Skip to content

Commit

Permalink
Add some tokens to the new chains (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvff authored Oct 26, 2024
1 parent ac00cc3 commit d0090e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-service/tests/linera_net_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2868,7 +2868,7 @@ async fn test_end_to_end_faucet_with_long_chains(config: impl LineraNetConfig) -
// Use the faucet directly to initialize many chains
for _ in 0..chain_count {
faucet_client
.open_chain(faucet_chain, None, Amount::ZERO)
.open_chain(faucet_chain, None, Amount::ONE)
.await?;
}

Expand Down

0 comments on commit d0090e9

Please sign in to comment.