Skip to content

Commit d0090e9

Browse files
authored
Add some tokens to the new chains (#2718)
1 parent ac00cc3 commit d0090e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-service/tests/linera_net_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@ async fn test_end_to_end_faucet_with_long_chains(config: impl LineraNetConfig) -
28682868
// Use the faucet directly to initialize many chains
28692869
for _ in 0..chain_count {
28702870
faucet_client
2871-
.open_chain(faucet_chain, None, Amount::ZERO)
2871+
.open_chain(faucet_chain, None, Amount::ONE)
28722872
.await?;
28732873
}
28742874

0 commit comments

Comments
 (0)