Skip to content

Commit

Permalink
fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
kjacobsen committed Jul 14, 2019
1 parent fb94ce1 commit 4e7c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Connect-TCPClient.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ InModuleScope $script:ModuleName {
}

It 'creates a TCP client' {
{Connect-TCPClient -Server '127.0.0.1' -Port 514} | should be $null
{Connect-TCPClient -Server '127.0.0.1' -Port 514} | should not be $null
}

$TCPListener.stop()
Expand Down

0 comments on commit 4e7c85f

Please sign in to comment.