Skip to content

Commit

Permalink
Fix aged test
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vl0per committed May 29, 2024
1 parent 785d0a6 commit 9789e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aged/age_bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ func TestRoundTrips(t *testing.T) {
name: "Compress with Zstd, no obfuscate",
parameter: aged.Parameters{
Data: config.plainData,
Compressor: &compression.Zstd{},
Compressor: &compression.Zstd{Level: compression.ZstdSpeedDefault},
},
},
{
name: "Compress with Zstd, obfuscate",
parameter: aged.Parameters{
Data: config.plainData,
Obfuscator: &aged.AgeV1Obf{},
Compressor: &compression.Zstd{},
Compressor: &compression.Zstd{Level: compression.ZstdSpeedDefault},
},
},
{
Expand Down

0 comments on commit 9789e40

Please sign in to comment.