Skip to content

Commit

Permalink
Change i forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Oct 26, 2021
1 parent 4a9ca25 commit 8e8039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hikari/impl/test_event_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_deserialize_typing_start_event_for_dm(self, event_factory, mock_app, mo
def test_deserialize_guild_available_event(self, event_factory, mock_app, mock_shard):
mock_payload = mock.Mock(app=mock_app)

event = event_factory.deserialize_guild_create_event(mock_shard, mock_payload)
event = event_factory.deserialize_guild_available_event(mock_shard, mock_payload)
mock_app.entity_factory.deserialize_gateway_guild.assert_called_once_with(mock_payload)
assert isinstance(event, guild_events.GuildAvailableEvent)
assert event.shard is mock_shard
Expand Down

0 comments on commit 8e8039f

Please sign in to comment.