diff --git a/internal/api/connections_test.go b/internal/api/connections_test.go index be156684..7f67b337 100644 --- a/internal/api/connections_test.go +++ b/internal/api/connections_test.go @@ -158,7 +158,7 @@ func TestServer_CreateConnection(t *testing.T) { }, }, { - name: "connetion created", + name: "connection created", connID: uuid.New(), auth: authOk, issuerDID: issuerDID.String(),