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.

This commit is contained in:
Brian Tiger Chow 2015-01-11 11:48:06 -08:00
parent 6e730f4c73
commit e28a235f77

View File

@ -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"}},
}