Skip to content

Commit 529bba4

Browse files
Fix expected output format for Linux ping test in ConsoleAssertTests
1 parent 3938aa8 commit 529bba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IntelliTect.TestTools.Console.Tests/ConsoleAssertTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public void ExecuteProcess_PingLocalhost_Success()
195195
}
196196
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
197197
{
198-
expected = $@"PING *(* (::1)) 56 data bytes
198+
expected = $@"PING *(::1) 56 data bytes
199199
64 bytes from * (::1): icmp_seq=1 ttl=64 time=* ms*";
200200
}
201201
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))

0 commit comments

Comments
 (0)