Skip to content

Commit a08e922

Browse files
committed
Fixed indentation
1 parent 3ae0fe5 commit a08e922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testing_tests/test_causal_test_outcome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_empty_adjustment_set(self):
6363
),
6464
)
6565

66-
def test_Positive_pass(self):
66+
def test_Positive_pass(self):
6767
test_value = TestValue(type="ate", value=5.05)
6868
ctr = CausalTestResult(
6969
estimator=self.estimator,

0 commit comments

Comments
 (0)