Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1d8fb8

Browse files
committedMar 15, 2020
removed unnecessary output
1 parent c2da1d0 commit b1d8fb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pandas/tests/util/test_assert_series_equal.py

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.