Skip to content

Commit

Permalink
Update test and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Feb 22, 2024
1 parent 14907d2 commit ebd1a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/httpunitps.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Describe 'Invoke-HttpUnit' {
$result = Invoke-HttpUnit -Url tcp://example.com:442 -Quiet

$result.Connected | Should -Be $false
$result.Result.Exception.Message | Should -Match 'A connection attempt failed because the connected party did not properly respond'
$result.Result.Exception.Message | Should -Match 'Exception calling "Connect"'
}
}

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.0",
"version": "1.1.0",
"cloudBuild": {
"buildNumber": {
"enabled": true
Expand Down

0 comments on commit ebd1a94

Please sign in to comment.