Skip to content

Commit

Permalink
Update the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaja Omer committed Sep 12, 2024
1 parent 0c65090 commit 7466888
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/driver/nodeserver_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -852,11 +852,6 @@ func TestNodeServer_closeLuksMountSource(t *testing.T) {
volumeID: "3232-pvc-test-1234",
wantErr: true,
},
{
name: "Error - Invalid volume ID",
volumeID: "3232-test1234",
wantErr: true,
},
{
name: "Error - unable to find cryptsetup",
expectExecCalls: func(m *mocks.MockExecutor, c *mocks.MockCommand) {
Expand Down

0 comments on commit 7466888

Please sign in to comment.