We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f95d6 commit cbfe120Copy full SHA for cbfe120
test/protocol/eval_test.rb
@@ -41,7 +41,7 @@ def test_eval_executes_commands
41
42
class EvaluateOnSomeFramesTest < ProtocolTestCase
43
PROGRAM = <<~RUBY
44
- 1| a = 2
+ 1| a = 2; sleep 0.1
45
2| def foo
46
3| a = 4
47
4| end
0 commit comments