Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
Signed-off-by: Nick <[email protected]>
  • Loading branch information
sdf9s8d76f authored Sep 23, 2023
1 parent e6c8bad commit 71031c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hikari/impl/test_entity_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ def test_deserialize_own_connection_with_nullable_and_optional_fields(self, enti
assert own_connection.is_activity_visible is True
assert own_connection.visibility == application_models.ConnectionVisibility.NONE
assert isinstance(own_connection, application_models.OwnConnection)

@pytest.fixture()
def own_guild_payload(self):
return {
Expand Down

0 comments on commit 71031c2

Please sign in to comment.