Skip to content

Commit

Permalink
Fix test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Oct 8, 2021
1 parent df18aa0 commit 28ae714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/r/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ test("sample", c("r1.1"), {
log::debug!("{:#?}", res);
assert!(!res.successful);
assert_eq!(res.points, &["r1", "r1.1"]);
assert_eq!(res.message, "object 'unexpected' not found");
assert!(res.message.contains("object 'unexpected' not found"));
assert!(res.exception.is_empty());
}

Expand Down

0 comments on commit 28ae714

Please sign in to comment.