Skip to content
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ npm-debug.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?.idx/
2 changes: 1 addition & 1 deletion apps/onchain/src/fee_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn create_test_token<'a>(env: &Env, admin: &Address) -> (token::StellarAssetClie
}

/// Helper function to create token client + admin + address
fn create_token_contract<'a>(
pub(crate) fn create_token_contract<'a>(
env: &Env,
admin: &Address,
) -> (token::Client<'a>, token::StellarAssetClient<'a>, Address) {
Expand Down
Loading
Loading