Skip to content

Commit

Permalink
chore: added nil check for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Apr 3, 2021
1 parent b95f6e0 commit 4cf846b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/octopusdeploy_test.go
Expand Up @@ -49,6 +49,7 @@ func TestNewClient(t *testing.T) {

assert.NoError(t, err)
assert.NotNil(t, client)
assert.NotNil(t, client.Accounts)
})
}
}
Expand Down

0 comments on commit 4cf846b

Please sign in to comment.