Skip to content

Commit 6063937

Browse files
committed
Fix test
1 parent c1a209b commit 6063937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def test_model_syntax_error() -> None:
344344

345345
def test_repr() -> None:
346346
model = CmdStanModel(stan_file=BERN_STAN)
347-
assert BERN_STAN in repr(model)
347+
assert repr(BERN_STAN) in repr(model)
348348

349349

350350
def test_print() -> None:

0 commit comments

Comments
 (0)