Skip to content

Commit e507c79

Browse files
committed
removed unnecessary output
1 parent fb17666 commit e507c79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/util/test_assert_series_equal.py

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def test_series_equal_length_mismatch(check_less_precise):
162162

163163
with pytest.raises(AssertionError, match=msg):
164164
tm.assert_series_equal(s1, s2, check_less_precise=check_less_precise)
165-
print("No Exception")
166165

167166

168167
def test_series_equal_values_mismatch(check_less_precise):

0 commit comments

Comments
 (0)