Skip to content

Commit d9399df

Browse files
committed
Fixes NativeStructs tests
1 parent ccb0de9 commit d9399df

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/NetworkTables.Core.Test/TestNativeStructs.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ public void TestNtStringWriteCreateAndDispose()
1515
write.Dispose();
1616
}
1717

18-
[Test]
19-
public void TestNtStringWriteToString()
20-
{
21-
const string testStr = "TestString";
22-
using (DisposableNativeString write = new DisposableNativeString(testStr))
23-
{
24-
Assert.AreEqual(testStr, write.ToString());
25-
}
26-
}
27-
2818
[Test]
2919
public void TestNtStringReadToString()
3020
{

0 commit comments

Comments
 (0)