Skip to content

Commit a3c7661

Browse files
break test
1 parent 83f2356 commit a3c7661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cedar-policy/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,7 @@ mod schema_based_parsing_tests {
27182718
);
27192719
assert_matches!(
27202720
parsed.attr("json_blob"),
2721-
Some(Err(e)) => assert_contains_unknown(&e.to_string(), "bbb")
2721+
Some(Err(e)) => assert_contains_unknown(&e.to_string(), "bbbb")
27222722
);
27232723
assert_matches!(
27242724
parsed.attr("home_ip"),

0 commit comments

Comments
 (0)