Skip to content

Commit

Permalink
fix: fix broken tests due to package wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Feb 27, 2025
1 parent 8772a73 commit dd12c1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -170,7 +170,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -256,7 +256,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -338,7 +338,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -421,7 +421,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -503,7 +503,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -590,7 +590,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down Expand Up @@ -677,7 +677,7 @@ func TestClient(t *testing.T) {
require.Len(t, kinds, 2)

expected := []string{
"actors.funcactor",
"actor.funcactor",
"client.testactor",
}

Expand Down

0 comments on commit dd12c1f

Please sign in to comment.