Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Nov 3, 2022
1 parent dc40da7 commit 7906871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/utils/filelocks/filelocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func TestReleaseLock(t *testing.T) {

l1, err := filelocks.AcquireWriteLock(file)
assert.Equal(t, true, l1.Locked())
assert.Nil(t, err)

err = filelocks.ReleaseLock(l1)
assert.Nil(t, err)
Expand Down

0 comments on commit 7906871

Please sign in to comment.