Skip to content

Commit

Permalink
fix for cedar#1095 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta authored Aug 2, 2024
1 parent 7d734b0 commit 1a87e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fuzz_target!(|est_json_str: String| {
})
{
let ast_from_cedar =
cedar_policy_core::parser::parse_policy_template(None, &ast_from_est.to_string());
cedar_policy_core::parser::parse_policy_or_template(None, &ast_from_est.to_string());

match ast_from_cedar {
Ok(ast_from_cedar) => {
Expand Down

0 comments on commit 1a87e73

Please sign in to comment.