mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
Update test/Core.Test/Utilities/StaticStoreTests.cs
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
parent
69f6179fe6
commit
8530eff0c0
@ -51,7 +51,7 @@ public class StaticStoreTests
|
||||
for (var i = 0; i < domain.Length; i++)
|
||||
{
|
||||
var character = domain[i];
|
||||
Assert.True(char.IsAscii(character), $"Domain: {domain} contains non-ascii character at index {i}");
|
||||
Assert.True(char.IsAscii(character), $"Domain: {domain} contains non-ASCII character: '{character}' at index {i}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user