Skip to content

Commit

Permalink
Update cedar-drt/fuzz/fuzz_targets/roundtrip-entities.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Disselkoen <[email protected]>
  • Loading branch information
john-h-kastner-aws and cdisselkoen authored Nov 20, 2024
1 parent 4c1ee2c commit cfeae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-drt/fuzz/fuzz_targets/roundtrip-entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fuzz_target!(|input: FuzzTargetInput| {
let roundtripped_entities = eparser
.from_json_value(json.clone())
.expect("Should be able to parse serialized entity JSON");
// Weaker assertion for schema based parsing because it adds action form the schema into entities.
// Weaker assertion for schema based parsing because it adds actions from the schema into entities.
for e in input.entities {
let roundtripped_e = roundtripped_entities
.entity(e.uid())
Expand Down

0 comments on commit cfeae35

Please sign in to comment.