Skip to content

Commit 69b1829

Browse files
committed
temp db for l1 by using empty datadir
1 parent dc00126 commit 69b1829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ func createTestL1BlockChain(t *testing.T, l1info info, withClientWrapper bool) (
14111411
if l1info == nil {
14121412
l1info = NewL1TestInfo(t)
14131413
}
1414-
stackConfig := testhelpers.CreateStackConfigForTest(t.TempDir())
1414+
stackConfig := testhelpers.CreateStackConfigForTest("")
14151415
l1info.GenerateAccount("Faucet")
14161416

14171417
chainConfig := chaininfo.ArbitrumDevTestChainConfig()

0 commit comments

Comments
 (0)