Skip to content

Commit 5c4eb13

Browse files
committed
Updating integration test
1 parent 950623c commit 5c4eb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/tests/test_integration_pymc_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def test_its_no_treatment_time():
431431
model=cp.pymc_models.LinearRegression(sample_kwargs=sample_kwargs),
432432
)
433433
assert (
434-
"If treatment_time is None, provided model must have a 'set_time_range' method"
434+
"If treatment_time is a tuple, provided model must have a 'set_time_range' method"
435435
in str(exc_info.value)
436436
)
437437

0 commit comments

Comments
 (0)