Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsulli-rai committed Sep 7, 2023
1 parent 3c7249c commit bb851e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func TestEngine(t *testing.T) {
engine = findEngine(engines, test.engineName)
assert.Nil(t, engine)

// suspend the test engine
// resume the test engine
err = client.SuspendEngine(test.engineName)
assert.Nil(t, err)

Expand Down

0 comments on commit bb851e1

Please sign in to comment.