Skip to content

Commit 9835b63

Browse files
committed
Update failing assertion in annotate test
This test and the code for it was merged long after the initial PR, as a result the assertion for the test needs to be updated to accomodate a later change in how annotation messages are printed.
1 parent eb4a16c commit 9835b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/tests/annotate_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527

528528
assert_equal <<~OUTPUT, output
529529
Parsing junit-1.xml
530-
--- ❓ Checking failures
530+
--- ✍️ Preparing annotation
531531
2 testcases found
532532
There were no failures/errors 🙌
533533
OUTPUT

0 commit comments

Comments
 (0)