Skip to content

Commit

Permalink
Fix compatibility with quoting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 17, 2024
1 parent 2c5f92e commit 44b2060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/async/reactor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
reactor.print_hierarchy(output, backtrace: true)
lines = output.string.lines

expect(lines).to have_value(be =~ /in `sleep'/)
expect(lines).to have_value(be =~ /in .sleep'/)

child.stop
end
Expand Down

0 comments on commit 44b2060

Please sign in to comment.