Skip to content

Commit 0d32c70

Browse files
authored
Add QuickBrownFox constant to TestConstants
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 3db64d1 commit 0d32c70

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

HashifyNet.UnitTests/Utilities/TestConstants.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ internal sealed class TestConstants
3737

3838
public static readonly byte[] LoremIpsum = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut ornare aliquam mauris, at volutpat massa. Phasellus pulvinar purus eu venenatis commodo.".ToBytes();
3939

40+
public static readonly byte[] QuickBrownFox = "The quick brown fox jumps over the lazy dog".ToBytes();
41+
4042
public static readonly byte[] RandomShort = "55d0e01ec669dc69".HexToBytes();
4143
public static readonly byte[] RandomLong = "1122eeba86d52989b26b0efd2be8d091d3ad307b771ff8d1208104f9aa40b12ab057a0d78656ba037e475178c159bf3ee64dcd279610d64bb7888a97211884c7a894378263135124720ef6ef560da6c85fb491cb732b331e89bcb00e7daef271e127483e91b189ceeaf2f6711394e2eca07fb4db62c5a8fd8195ae3b39da63".HexToBytes();
4244
}
43-
}
45+
46+
}

0 commit comments

Comments
 (0)