Skip to content

Commit

Permalink
fix: dedup unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jul 8, 2024
1 parent 047617a commit 7578df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dedup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestDedupCommand(t *testing.T) {

h := hash.NewSHA256Generator()

processor := processor.NewDedupProcessor(testPath, s, h, 1)
processor := processor.NewDedupProcessor(testPath, "", s, h, 1)

d := dabadee.NewDaBaDee(processor, true)

Expand Down

0 comments on commit 7578df5

Please sign in to comment.