Skip to content

Commit 96a18c6

Browse files
author
jeffshumphreys@gmail.com
committed
Added a real test with Google's address, and it failed, so there's something I have to work on as to why.
1 parent 69941d4 commit 96a18c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MySQLCLRFunctionsTests/NetworkTestTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ namespace MySQLCLRFunctions.Tests
1111
public class NetworkTestTests
1212
{
1313
[Fact]
14+
[PositiveTest]
1415
public void PingTest()
1516
{
16-
Assert.False(true);
17+
Assert.True(NetworkTest.Ping("64.68.90.1").IsTrue);
1718
}
1819
}
1920
}

0 commit comments

Comments
 (0)