Skip to content

Commit ceed90d

Browse files
committed
fix-tests
1 parent 9477c5c commit ceed90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_zmq_shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def test_display_stored_in_history(self):
227227
mock_shell.display_pub._in_post_execute = False
228228

229229
self.disp_pub.shell = mock_shell
230+
self.disp_pub.store_display_history = True
230231

231232
data = {"text/plain": "test output"}
232233
self.disp_pub.publish(data)

0 commit comments

Comments
 (0)