mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-24 12:06:27 +00:00
Update dependencies (#16)
* Update dependencies Implement AsyncLazy Fix namespaces Fix CD pipeline * Fix code issues Fix Int64BitStruct test
This commit is contained in:
@@ -16,7 +16,7 @@ namespace System.Structures.BitStructures.Tests
|
||||
|
||||
[DataTestMethod]
|
||||
[DataRow(1UL)]
|
||||
public void TestSetValueUint(long value)
|
||||
public void TestSetValueUint(ulong value)
|
||||
{
|
||||
Int64BitStruct int64 = value;
|
||||
Assert.IsTrue(int64 == value);
|
||||
|
||||
Reference in New Issue
Block a user