Skip to content

Commit

Permalink
test: add ProcessReceipt handler test
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Jan 5, 2025
1 parent c2225c5 commit 6370fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/handlers/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestMain(m *testing.M) {
receiptStore = models.NewStore()
utils := &utils.Utils{}
helpers := &helpers.Helpers{}
handlers = NewHandlers(log.Default(), receiptStore, utils, helpers)
handlers = NewHandlers(log.Default(), log.Default(), receiptStore, utils, helpers)
m.Run()
}

Expand Down

0 comments on commit 6370fad

Please sign in to comment.