Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <[email protected]>
  • Loading branch information
shaobo-he-aws committed Sep 20, 2024
1 parent 955419a commit 03e6634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CedarJavaFFI/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ mod entity_validation_tests {
let result = call_cedar("ValidateEntities", json_data.to_string().as_str());
assert_failure(result.clone());

assert!(result.contains("unknown field `shape44`, expected one of `memberOfTypes`, `shape`, `tags`"));
assert!(result
.contains("unknown field `shape44`, expected one of `memberOfTypes`, `shape`, `tags`"));
}

#[test]
Expand Down

0 comments on commit 03e6634

Please sign in to comment.