/bin/bash: ligne 1: q : commande introuvable

This commit is contained in:
Paul Schneider 2026-08-29 15:36:36 +01:00
commit c27091051b
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
4 changed files with 82 additions and 32 deletions

View file

@ -55,5 +55,6 @@ namespace Yavsc.Org.Tests
client.Calls.Select(c => c.Kind).ToArray());
Assert.Equal(_serverFixture.SiteSettings.Owner.EMail, client.LastSentMessage?.To.Mailboxes.First().Address);
}
}
}