Skip to content

Commit 28ae714

Browse files
committed
Fix test in CI
1 parent df18aa0 commit 28ae714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/r/src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ test("sample", c("r1.1"), {
381381
log::debug!("{:#?}", res);
382382
assert!(!res.successful);
383383
assert_eq!(res.points, &["r1", "r1.1"]);
384-
assert_eq!(res.message, "object 'unexpected' not found");
384+
assert!(res.message.contains("object 'unexpected' not found"));
385385
assert!(res.exception.is_empty());
386386
}
387387

0 commit comments

Comments
 (0)