From 39afcd141211dac24a194d7bf6b7a214e5988453 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 18 Feb 2024 11:17:46 +1300 Subject: [PATCH] Fix compatibility with quoting change. --- test/async/reactor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/async/reactor.rb b/test/async/reactor.rb index fd346dd5..2d98c874 100644 --- a/test/async/reactor.rb +++ b/test/async/reactor.rb @@ -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