Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orpuente-MS committed Apr 10, 2024
1 parent 328961b commit 8cfd095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_project_compile_error(qsharp) -> None:
def test_project_bad_qsharp_json(qsharp) -> None:
with pytest.raises(Exception) as excinfo:
qsharp.init(project_root="/bad_qsharp_json")
assert str(excinfo.value).startswith("Error parsing /bad_qsharp_json/qsharp.json.")
assert str(excinfo.value).startswith("Error parsing /bad_qsharp_json/qsharp.json")


def test_project_unreadable_qsharp_json(qsharp) -> None:
Expand Down

0 comments on commit 8cfd095

Please sign in to comment.