Skip to content

Commit

Permalink
Merge branch 'main' into deferring
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemdo authored Oct 30, 2023
2 parents 94ab01c + 3cc0427 commit 76fd24d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions internal/events/trigger/forward_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ func TestForwardEventEventsub(t *testing.T) {
a.Equal(hash, r.Header.Get("Twitch-Eventsub-Message-Signature"))
}))
defer ts.Close()

// TODO update test
}
2 changes: 1 addition & 1 deletion internal/events/trigger/trigger_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ func TestFire(t *testing.T) {
Verbose: false,
Count: 0,
}
res, err = Fire(params)
_, err = Fire(params)
a.NotNil(err)
}

0 comments on commit 76fd24d

Please sign in to comment.