Skip to content

Commit

Permalink
test(server): fix broken tests (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 authored Jan 10, 2024
1 parent 25fcbbf commit a5e871d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/server/labels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestMultiLabelAdd(t *testing.T) {
fx := testutil.NewFixture(t)
defer fx.Finish()

cmd := LabelCmds.AddCobraCommand(fx.State())
cmd := server.LabelCmds.AddCobraCommand(fx.State())
fx.ExpectEnsureToken()

fx.Client.ServerClient.EXPECT().
Expand Down Expand Up @@ -94,7 +94,7 @@ func TestMultiLabelRemove(t *testing.T) {
fx := testutil.NewFixture(t)
defer fx.Finish()

cmd := LabelCmds.RemoveCobraCommand(fx.State())
cmd := server.LabelCmds.RemoveCobraCommand(fx.State())
fx.ExpectEnsureToken()

fx.Client.ServerClient.EXPECT().
Expand Down

0 comments on commit a5e871d

Please sign in to comment.