Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
tweak: adding assert
Browse files Browse the repository at this point in the history
  • Loading branch information
marsninja committed Aug 27, 2024
1 parent a9009d4 commit fbbef56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaclang/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def test_jac_test_err(self) -> None:
captured_output = io.StringIO()
sys.stdout = captured_output
sys.stderr = captured_output
assert "jaclang.tests.fixtures.err" not in sys.modules
cli.test(self.fixture_abs_path("err.jac"))
sys.stdout = sys.__stdout__
sys.stderr = sys.__stderr__
Expand Down

0 comments on commit fbbef56

Please sign in to comment.