Update ca/client_test.go

Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
pull/1192/head
Max 2 years ago committed by GitHub
parent 78d93dcdfe
commit f19b49cefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save