Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Aug 18, 2022
1 parent 48c35da commit e5299f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ def test_old_kernel_version(ipyconsole, qtbot):

# Make sure an error is shown
qtbot.waitUntil(lambda: client.error_text is not None)
assert 'version 1.0.0' in client.error_text
assert '1.0.0' in client.error_text


if __name__ == "__main__":
Expand Down

0 comments on commit e5299f9

Please sign in to comment.