Skip to content

Commit

Permalink
Revert "test: add ProcessReceipt handler test"
Browse files Browse the repository at this point in the history
This reverts commit 6370fad.
  • Loading branch information
kweeuhree committed Jan 10, 2025
1 parent 6370fad commit e577827
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(), log.Default(), receiptStore, utils, helpers)
handlers = NewHandlers(log.Default(), receiptStore, utils, helpers)

Check failure on line 23 in cmd/handlers/handlers_test.go

View workflow job for this annotation

GitHub Actions / build

not enough arguments in call to NewHandlers
m.Run()
}

Expand Down

0 comments on commit e577827

Please sign in to comment.