Skip to content

Commit

Permalink
fix: callbacks types test for events
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Aug 24, 2023
1 parent 52d2926 commit 7de4705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/callbacks/types/events_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (s *CallbacksTypesTestSuite) TestEvents() {
}

events := newCtx.EventManager().Events().ToABCIEvents()
ibctesting.AssertEventsLegacy(&s.Suite, tc.expEvents, events)
ibctesting.AssertEventsLegacy(&s.Suite, expEvents, events)
})
}
}

0 comments on commit 7de4705

Please sign in to comment.