Skip to content

Commit

Permalink
chore: drop return value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 3, 2023
1 parent 1125db0 commit 211e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/installer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestInstallerDownloader(t *testing.T) {
return nil
})

i.downloadDependencies() // This will actually error on the "chmod" if the file doesn't exist
_ = i.downloadDependencies() // This will actually error on the "chmod" if the file doesn't exist

assert.True(t, mock.called)
})
Expand Down

0 comments on commit 211e548

Please sign in to comment.