Skip to content

Commit 6754200

Browse files
fix broken test
1 parent 7db64a0 commit 6754200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/tests/test_app_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def test_3(self):
4545
self.assertEqual(output[0], no_update)
4646
output = [json.loads(json.dumps(x, cls=plotly.utils.PlotlyJSONEncoder)) for x in output[1:]]
4747
self.assertListEqual(output, expected_output)
48-
self.assertListEqual(log.output, expected_logs)
4948
self.assertDictEqual(expected_cache, self.cache.hgetall(self.session_id))
5049

5150

0 commit comments

Comments
 (0)