Skip to content

Commit 0da9ee0

Browse files
committed
Fix test
1 parent 431a7e0 commit 0da9ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/tests/unit/test_call_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_get_job_id() -> None:
4343
def test_ensure_job_id() -> None:
4444
# empty params
4545
params = CallParameters({})
46-
with pytest.raises(ValueError, match="config is not set"):
46+
with pytest.raises(AssertionError, match="config is not set"):
4747
params.ensure_job_id_in_config()
4848

4949
# empty job id

0 commit comments

Comments
 (0)