Skip to content

Commit

Permalink
Add missing import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed May 29, 2024
1 parent 0416505 commit fbae32f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ethereum_jsonrpc/config/runtime/test.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Config

alias EthereumJSONRPC.Variant

config :ethereum_jsonrpc, EthereumJSONRPC.RequestCoordinator, wait_per_timeout: 2
Expand Down
2 changes: 2 additions & 0 deletions apps/indexer/config/runtime/test.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Config

alias EthereumJSONRPC.Variant

config :indexer, Indexer.Fetcher.Beacon.Blob.Supervisor, disabled?: true
Expand Down

0 comments on commit fbae32f

Please sign in to comment.