We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4044b commit e76385bCopy full SHA for e76385b
rust/rbac-registration/src/registration/cardano/mod.rs
@@ -792,7 +792,7 @@ mod test {
792
793
let report = registration.report().to_owned();
794
assert!(chain.update_stateless(®istration).is_none());
795
- assert!(report.is_problematic(), "{:?}", report);
+ assert!(report.is_problematic(), "{report:?}");
796
797
// Add the second registration.
798
let data = test::block_6();
0 commit comments