From 3a74b1e319a0704ece383da20ed34c6c3c0c0e48 Mon Sep 17 00:00:00 2001 From: Marvin Jones Date: Thu, 21 May 2026 19:15:10 -0400 Subject: [PATCH] fmt --- test_fixtures/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_fixtures/src/lib.rs b/test_fixtures/src/lib.rs index e9000909..cee4d5f8 100644 --- a/test_fixtures/src/lib.rs +++ b/test_fixtures/src/lib.rs @@ -326,8 +326,9 @@ impl TestContextBuilder { let initial_public_accounts = config::default_public_accounts_for_wallet(); let initial_private_accounts = config::default_private_accounts_for_wallet(); - // Wallet genesis must always be present so that setup_public/private_accounts_with_initial_supply - // can claim from the vault PDAs. When a test supplies custom genesis, merge rather than replace. + // Wallet genesis must always be present so that + // setup_public/private_accounts_with_initial_supply can claim from the vault PDAs. + // When a test supplies custom genesis, merge rather than replace. let wallet_genesis = config::genesis_from_accounts(&initial_public_accounts, &initial_private_accounts); let genesis = match genesis_transactions {