Skip to content

Commit

Permalink
🐛 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefEZ committed Aug 11, 2024
1 parent 06a12b8 commit 6c484d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_xml_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_expansive_with_static_elements(self, _: mock.mock.MagicMock):
for idx in range(len(messages)):
embed = messages[idx].embed
assert embed is not None
self.assertEqual(embed.fields, 1)
self.assertEqual(len(embed.fields), 1)

def test_expansive_no_footer(self, _: mock.mock.MagicMock):
template = "tests/routes/jinja-test.xml"
Expand Down

0 comments on commit 6c484d6

Please sign in to comment.