Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Jun 9, 2023
1 parent d04439d commit 02ff8d5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions libvcx_core/src/api_vcx/api_handle/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,13 @@ pub mod tests {
SetupGlobalsWalletPoolAgency::run(|setup| async move {
let profile = get_main_profile().unwrap();

let (schema_id, _) =
create_and_write_test_schema(
&profile.inject_anoncreds(),
&profile.inject_anoncreds_ledger_write(),
&setup.setup.institution_did,
constants::DEFAULT_SCHEMA_ATTRS
)
.await;
let (schema_id, _) = create_and_write_test_schema(
&profile.inject_anoncreds(),
&profile.inject_anoncreds_ledger_write(),
&setup.setup.institution_did,
constants::DEFAULT_SCHEMA_ATTRS,
)
.await;

let (schema_handle, schema_attrs) = get_schema_attrs("id".to_string(), schema_id.clone()).await.unwrap();

Expand Down

0 comments on commit 02ff8d5

Please sign in to comment.