Skip to content

Commit

Permalink
csi: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Feb 23, 2022
1 parent 7f5a0c5 commit 59ade12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/state/state_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@ func TestStateStore_CSIVolume(t *testing.T) {
iter, err = state.CSIVolumesByPluginID(ws, ns, "", "minnie")
require.NoError(t, err)
vs = slurp(iter)
require.False(t, vs[0].WriteFreeClaims())
require.False(t, vs[0].HasFreeWriteClaims())

claim0.Mode = u
err = state.CSIVolumeClaim(2, ns, vol0, claim0)
Expand Down

0 comments on commit 59ade12

Please sign in to comment.