Update ca/client_test.go
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
This commit is contained in:
parent
78d93dcdfe
commit
f19b49cefb
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ func TestClient_Capabilities(t *testing.T) {
|
|||
}
|
||||
default:
|
||||
if !reflect.DeepEqual(got, tt.response) {
|
||||
t.Errorf("Client.Version() = %v, want %v", got, tt.response)
|
||||
t.Errorf("Client.Capabilities() = %v, want %v", got, tt.response)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue