Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add beacon api unit tests #658

Merged
merged 11 commits into from
Feb 6, 2024
Prev Previous commit
Next Next commit
fix variable
  • Loading branch information
f3r10 committed Feb 1, 2024
commit 765ed15f8b84f9e1783f20d7b857999ffa74239a
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ ExUnit.start()
Application.ensure_all_started([:telemetry, :logger])
# NOTE: logger doesn't fetch configuration from `config/config.exs` in tests
Logger.configure(level: :warning)
LambdaEthereumConsensus.StateTransition.Cache.initialize_cache()
# LambdaEthereumConsensus.StateTransition.Cache.initialize_cache()

# Load all modules as ExUnit tests (needed because we use .ex files)
# Copied from https://github.com/elixir-lang/elixir/issues/10983#issuecomment-1133554155
Loading