Skip to content

Commit 5054e53

Browse files
committed
woops, remove a stray print statement
1 parent d01387b commit 5054e53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

effect/test_testing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,5 +461,4 @@ def test_parallel_sequence_must_be_parallel():
461461
p = sequence([Effect(1), Effect(2), Effect(3)])
462462
with pytest.raises(FoldError) as excinfo:
463463
perform_sequence(seq, p)
464-
print excinfo.value
465464
assert excinfo.value.wrapped_exception[0] is AssertionError

0 commit comments

Comments
 (0)