From 7faa9186d9c15c80f012cf37cf30cad16198b850 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Sep 2020 16:04:05 +0200 Subject: [PATCH] fix tests, connection status can be 2 digits --- tests/async001.phpt | 2 +- tests/async002.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/async001.phpt b/tests/async001.phpt index 7272272..5e02ad2 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -45,5 +45,5 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -2(,\d)*,0 +2(,\d*)*,0 DONE diff --git a/tests/async002.phpt b/tests/async002.phpt index bd09863..f5afdd6 100644 --- a/tests/async002.phpt +++ b/tests/async002.phpt @@ -55,7 +55,7 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -2(,\d)*,0 +2(,\d*)*,0 (WP(RP)*)+S -2(,\d)*,0 +2(,\d*)*,0 DONE -- 2.30.2