Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
RRap0so committed Oct 10, 2024
1 parent 58fd2fd commit 1579760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteadmin/pkg/manager/impl/execution_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ func TestTerminateExecution(t *testing.T) {
Domain: "domain",
Name: "name",
}, data.ExecutionID))
assert.True(t, data.Force)
assert.False(t, data.Force)
return true
})).Return(nil)
mockExecutor.OnID().Return("customMockExecutor")
Expand Down

0 comments on commit 1579760

Please sign in to comment.