Commit e28a235f authored by Brian Tiger Chow's avatar Brian Tiger Chow

it's unclear what this test case is meant to protect, but passing an empty...

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.
parent 6e730f4c
......@@ -37,7 +37,6 @@ func TestInitialization(t *testing.T) {
}
bad := []*config.Config{
&config.Config{Identity: id, Datastore: config.Datastore{}},
&config.Config{},
&config.Config{Datastore: config.Datastore{Type: "memory"}},
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment