it's unclear what this test case is meant to protect, but passing an empty datastore value no longer has bearing on node construction. Datastore setup now occurs in repo.
Brian Tiger Chow committed
Jan 11, 2015 at 11:48 UTC
e28a235f7754e718cbd0e3c58b85ba78916ed27e
1 file changed
-1
core/core_test.go
-1
@@ -37,7 +37,6 @@ func TestInitialization(t *testing.T) {
37
}
38
39
bad := []*config.Config{
40
- &config.Config{Identity: id, Datastore: config.Datastore{}},
40
&config.Config{},
41
&config.Config{Datastore: config.Datastore{Type: "memory"}},
42
}