Skip to content

Commit

Permalink
fix encryption unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ostempel committed Oct 9, 2024
1 parent ce9b4a9 commit f25990b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/internal/encryption/encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ func TestEncrypter(t *testing.T) {
require.NoError(t, err)
err = fs.Remove("bigfile.test")
require.NoError(t, err)
err = fs.Remove("bigfile.test.aes")
require.NoError(t, err)
}

0 comments on commit f25990b

Please sign in to comment.