Skip to content

Commit

Permalink
update test case after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
anentropic committed Dec 9, 2022
1 parent 735af81 commit 9240ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def _blackhole(_):
for expected_file in expected_files:
filepath = os.path.join(tmpdirname, *expected_file)
self.assertIn(filepath, written_files)
self.assertEqual(render_view_spy.call_count, 9)
self.assertEqual(render_view_spy.call_count, 12)

def test_sessions_are_ignored(self):
if settings.HAS_PATH:
Expand Down

0 comments on commit 9240ea3

Please sign in to comment.