From e2b594820e98f15922bf832edb33229873efaf54 Mon Sep 17 00:00:00 2001 From: orklah Date: Sat, 4 Sep 2021 20:27:25 +0200 Subject: [PATCH] fix test --- tests/TypeReconciliation/ConditionalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeReconciliation/ConditionalTest.php b/tests/TypeReconciliation/ConditionalTest.php index 3de456b017e..5975d5f1493 100644 --- a/tests/TypeReconciliation/ConditionalTest.php +++ b/tests/TypeReconciliation/ConditionalTest.php @@ -2672,7 +2672,7 @@ function ($_valid): void {}; $b = rand(0,1) ? "" : "a"; $b === "a" ? $_a = "Y" : $_a = "N";', 'assertions' => [ - '$_a===' => "'N'|'Y'", + '$_a===' => '"N"|"Y"', ] ], ];