Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
szhao committed Dec 16, 2024
1 parent 03e014a commit d92ded4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def test_promoter_activity_fails_with_invalid_framework_name():
"heart": ["CNhs10608+", "CNhs10612+"],
"liver": ["CNhs10608+", "CNhs10612+"],
},
inference_framework="promoter-1" # invalid framework
inference_framework="promoter-2" # invalid framework
)

assert "Input should be 'promoter-0'" in str(exc_info.value)
assert "Input should be 'promoter-0' " in str(exc_info.value)
assert "type=literal_error" in str(exc_info.value)

@pytest.mark.parametrize(
Expand Down

0 comments on commit d92ded4

Please sign in to comment.