Skip to content

Commit

Permalink
fix reconciler test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Mar 22, 2023
1 parent a87af84 commit 66241b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/reconcile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5713,7 +5713,7 @@ func TestReconciler_Disconnected_Client(t *testing.T) {
nextReplacement := replacement.Copy()
nextReplacement.ID = uuid.Generate()
nextReplacement.ClientStatus = structs.AllocClientStatusRunning
nextReplacement.DesiredStatus = structs.AllocClientStatusRunning
nextReplacement.DesiredStatus = structs.AllocDesiredStatusRun
nextReplacement.PreviousAllocation = replacement.ID

replacement.NextAllocation = nextReplacement.ID
Expand Down

0 comments on commit 66241b8

Please sign in to comment.