Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen committed Feb 1, 2024
1 parent 91c00b5 commit 448894a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cedar-drt/fuzz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use cedar_drt::{
};
use cedar_policy::frontend::is_authorized::InterfaceResponse;
use cedar_policy_core::ast;
use cedar_policy_core::authorizer::{Authorizer, AuthorizationError, Diagnostics, Response};
use cedar_policy_core::authorizer::{AuthorizationError, Authorizer, Diagnostics, Response};
use cedar_policy_core::entities::{Entities, NoEntitiesSchema, TCComputation};
use cedar_policy_core::evaluator::{EvaluationErrorKind, Evaluator};
use cedar_policy_core::extensions::Extensions;
Expand Down Expand Up @@ -142,7 +142,8 @@ pub fn run_auth_test(
..rust_res
},
ErrorComparisonMode::Full => rust_res.clone(),
}.into();
}
.into();
assert_eq!(
InterfaceResponse::from(rust_res_for_comparison),
definitional_res,
Expand Down

0 comments on commit 448894a

Please sign in to comment.