Skip to content

Commit

Permalink
handle faucet limit reached
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-cb committed Sep 11, 2024
1 parent c22f36c commit 51a6181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/e2e/end_to_end.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def transfer_test(imported_address, new_address)
begin
faucet_tx = new_address.faucet
puts "Requested faucet funds: #{faucet_tx}"
rescue Coinbase::InternalError
rescue Coinbase::FaucetLimitReachedError
puts 'Faucet has reached limit. Will continue with test'
end

Expand Down

0 comments on commit 51a6181

Please sign in to comment.