OSDN Git Service

modify list-pubkeys response order (#1170)
[bytom/bytom-spv.git] / config / config_test.go
index 673b4a4..f324d40 100644 (file)
@@ -15,10 +15,8 @@ func TestDefaultConfig(t *testing.T) {
 
        // check the root dir stuff...
        cfg.SetRoot("/foo")
-       cfg.Genesis = "bar"
        cfg.DBPath = "/opt/data"
 
-       assert.Equal("/foo/bar", cfg.GenesisFile())
        assert.Equal("/opt/data", cfg.DBDir())
 
 }