Skip to content

Commit

Permalink
[bulk] Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Viq111 committed Aug 24, 2023
1 parent 87ed960 commit 9c0d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd_bullk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func TestBulkCompressAndDecompressInReverseOrder(t *testing.T) {
}
}

func TestDecompressHighlyCompressable(t *testing.T) {
func TestBulkDecompressHighlyCompressable(t *testing.T) {
p := newBulkProcessor(t, dict, BestSpeed)

// Generate a big payload
Expand Down

0 comments on commit 9c0d33f

Please sign in to comment.