We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeae16 commit 1c38048Copy full SHA for 1c38048
1 file changed
effect/test_fold.py
@@ -70,7 +70,6 @@ def test_sequence():
70
])
71
eff = sequence(effs)
72
73
- print "what the heck is sequence returning?", eff
74
with dispatcher.consume():
75
result = sync_perform(_disp(dispatcher), eff)
76
assert result == ['Ei', 'Bee', 'Cee']
0 commit comments