Skip to content

Commit 9a99c59

Browse files
committed
go test
1 parent 668e8e0 commit 9a99c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

local/network_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1161,10 +1161,14 @@ func TestWriteFiles(t *testing.T) {
11611161
if err != nil {
11621162
t.Fatal(err)
11631163
}
1164+
11641165
stakingKeyPath := filepath.Join(tmpDir, stakingKeyFileName)
11651166
stakingCertPath := filepath.Join(tmpDir, stakingCertFileName)
1167+
stakingSigningKeyPath := filepath.Join(tmpDir, stakingSigningKeyFileName)
11661168
genesisPath := filepath.Join(tmpDir, genesisFileName)
11671169
configFilePath := filepath.Join(tmpDir, configFileName)
1170+
chainConfigDir := filepath.Join(tmpDir, chainConfigSubDir)
1171+
subnetConfigDir := filepath.Join(tmpDir, subnetConfigSubDir)
11681172
cChainConfigPath := filepath.Join(tmpDir, chainConfigSubDir, "C", configFileName)
11691173

11701174
type test struct {

0 commit comments

Comments
 (0)