From e28a235f7754e718cbd0e3c58b85ba78916ed27e Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Sun, 11 Jan 2015 11:48:06 -0800 Subject: [PATCH] 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. --- core/core_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core_test.go b/core/core_test.go index 4d660c6d3..5931cffd0 100644 --- a/core/core_test.go +++ b/core/core_test.go @@ -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"}}, }