bump online snapshots

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2025-12-10 22:45:10 -08:00
parent 7afc0e31aa
commit 62a4b33ab1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ fn test_issue_518_repro() -> Result<()> {
.input(input_under_test("ref-confusion/issue-518-repro.yml"))
.offline(false)
.run()?,
@r"No findings to report. Good job! (1 ignored, 1 suppressed)"
@"No findings to report. Good job! (1 ignored, 1 suppressed)"
);
Ok(())

View file

@ -42,7 +42,7 @@ fn test_nested_annotated_tags() -> Result<()> {
"ref-version-mismatch/nested-annotated-tags.yml"
))
.run()?,
@r"No findings to report. Good job! (1 suppressed)"
@"No findings to report. Good job! (1 suppressed)"
);
Ok(())