Skip to content

Commit 5316c59

Browse files
committed
Fixed pytest
1 parent 4048707 commit 5316c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testing_tests/test_causal_effect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_exactValue_ci_fail_ci(self):
201201
effect_modifier_configuration=None,
202202
)
203203
ev = ExactValue(5, ci_low=4, ci_high=6)
204-
self.assertTrue(ev.apply(ctr))
204+
self.assertFalse(ev.apply(ctr))
205205

206206
def test_exactValue_fail(self):
207207
test_value = TestValue(type="ate", value=pd.Series(0))

0 commit comments

Comments
 (0)