Skip to content

Commit 1a5dd77

Browse files
committed
clean up setting "" as datadir for l1
1 parent 14f4d96 commit 1a5dd77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system_tests/common_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func (b *NodeBuilder) DefaultConfig(t *testing.T, withL1 bool) *NodeBuilder {
357357
b.L1Info = NewL1TestInfo(t)
358358
b.L2Info = NewArbTestInfo(t, b.chainConfig.ChainID)
359359
b.dataDir = t.TempDir()
360-
b.l1StackConfig = testhelpers.CreateStackConfigForTest(b.dataDir)
360+
b.l1StackConfig = testhelpers.CreateStackConfigForTest("")
361361
b.l2StackConfig = testhelpers.CreateStackConfigForTest(b.dataDir)
362362
cp := valnode.TestValidationConfig
363363
b.valnodeConfig = &cp
@@ -1480,7 +1480,6 @@ func createTestL1BlockChain(t *testing.T, l1info info, withClientWrapper bool, s
14801480
chainConfig := chaininfo.ArbitrumDevTestChainConfig()
14811481
chainConfig.ArbitrumChainParams = params.ArbitrumChainParams{}
14821482

1483-
stackConfig.DataDir = ""
14841483
stack, err := node.New(stackConfig)
14851484
Require(t, err)
14861485

0 commit comments

Comments
 (0)