Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Sep 4, 2021
1 parent 0825f22 commit e2b5948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TypeReconciliation/ConditionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"',
]
],
];
Expand Down

0 comments on commit e2b5948

Please sign in to comment.