Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 2, 2023
1 parent beb457e commit cc417a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_event_handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ func TestUpdateEventsPanic(t *testing.T) {
require.True(t, proto.Equal(input.Args, gotArgs))

require.Panics(t, func() {
weh.ProcessMessage(&protocolpb.Message{
_ = weh.ProcessMessage(&protocolpb.Message{
ProtocolInstanceId: t.Name(),
Body: body,
}, false, false)
Expand Down

0 comments on commit cc417a6

Please sign in to comment.