Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Aug 28, 2024
1 parent 8a4ebb5 commit fa212c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cry/enc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestEnc(t *testing.T) {
encryptedFile := dir + "/encryptedFile.txt.encrypted"

{
err := os.WriteFile(originalFile, []byte(strings.Repeat("h", (100*1024*1024))), 0o666) // 100MB
err := os.WriteFile(originalFile, []byte(strings.Repeat("h", (50*1024*1024))), 0o666) // 50MB
attest.Ok(t, err)
}

Expand Down

0 comments on commit fa212c2

Please sign in to comment.