Skip to content

Commit 6d809aa

Browse files
committed
Refine test pattern.
1 parent 367745d commit 6d809aa

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
@@ -134,7 +134,7 @@
134134
reactor.print_hierarchy(output, backtrace: true)
135135
lines = output.string.lines
136136

137-
expect(lines).to have_value(be =~ /in .*sleep'/)
137+
expect(lines).to have_value(be =~ /in .sleep'/)
138138

139139
child.stop
140140
end

0 commit comments

Comments
 (0)