Skip to content

Commit 925c0b7

Browse files
committed
Fix test
1 parent 7043759 commit 925c0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
../../bin/phpstan
180180
echo -en '\n' >> build/CustomRule.php
181181
OUTPUT=$(../../bin/phpstan 2>&1)
182-
grep 'Warning: Result cache might not behave correctly' <<< "$OUTPUT"
182+
grep 'Result cache might not behave correctly' <<< "$OUTPUT"
183183
grep 'ResultCache8E2E\\CustomRule' <<< "$OUTPUT"
184184
185185
steps:

0 commit comments

Comments
 (0)