Skip to content

Commit a6a0091

Browse files
committed
Fix compatibility with quoting change.
1 parent 2c5f92e commit a6a0091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async/reactor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
reactor.print_hierarchy(output, backtrace: true)
130130
lines = output.string.lines
131131

132-
expect(lines).to have_value(be =~ /in `sleep'/)
132+
expect(lines).to have_value(be =~ /in .*sleep'/)
133133

134134
child.stop
135135
end

0 commit comments

Comments
 (0)