Skip to content

Commit 63a9c27

Browse files
authored
fix: use tmp/ for test DBs (#766)
1 parent 27810a5 commit 63a9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/tasks/generate_spec_tests.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ defmodule Mix.Tasks.GenerateSpecTests do
7070
use ExUnit.Case, async: false
7171
7272
setup_all do
73-
start_link_supervised!({LambdaEthereumConsensus.Store.Db, dir: "test/generated/#{config}_#{fork}_#{runner}_test_db"})
73+
start_link_supervised!({LambdaEthereumConsensus.Store.Db, dir: "tmp/#{config}_#{fork}_#{runner}_test_db"})
7474
start_link_supervised!(LambdaEthereumConsensus.Store.Blocks)
7575
start_link_supervised!(LambdaEthereumConsensus.Store.BlockStates)
7676
Application.put_env(:lambda_ethereum_consensus, ChainSpec, config: #{chain_spec_config(config)})

0 commit comments

Comments
 (0)