Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Aug 14, 2024
1 parent 322a358 commit 57c3764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestMainProcessor(t *testing.T) {
la.Run()

files := la.Find(fol, "\\.log$", 0, 0, time.Now())
verifyFiles(files, "d41d8cd98f00b204e9800998ecf8427e", 9, t)
verifyFiles(files, "bbffcec3d7789bba6f11859be3edcb34", 9, t)

cnf = conf.InitTestConf("tn", fol, "\\.log$")
la = fileaxe.Init(cnf, lg)
Expand Down

0 comments on commit 57c3764

Please sign in to comment.