Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Jul 26, 2024
1 parent 751e979 commit 308ee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/deploy/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func TestUpdateMachines(t *testing.T) {
machine.State = "started"
return nil
} else {
return assert.AnError
return nil
}
},
ListFunc: func(ctx context.Context, state string) ([]*fly.Machine, error) {
Expand Down

0 comments on commit 308ee99

Please sign in to comment.