Skip to content

Commit

Permalink
actually delete file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjb committed Jun 5, 2024
1 parent 4ee7e1b commit 2ce9a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/crypto/fileName
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2hcGLimy2i7LAknby2AFqYx87CaaCAtjxDiorRxYq8Q=
2 changes: 1 addition & 1 deletion internal/crypto/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func FuzzEncryptDecrypt(f *testing.F) {
}
fileName := file.Name()

//defer os.Remove(fileName)
defer os.Remove(fileName)
err = os.WriteFile("fileName", rawKey, 0600)
if err != nil {
f.Fatal(err)
Expand Down

0 comments on commit 2ce9a7d

Please sign in to comment.