From 6e730f4c7381eeb2a7e83a2d57d11db7e9772125 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Sun, 11 Jan 2015 11:46:40 -0800 Subject: [PATCH] bad datastore type won't cause failure --- core/core_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core_test.go b/core/core_test.go index ffd763803..4d660c6d3 100644 --- a/core/core_test.go +++ b/core/core_test.go @@ -38,7 +38,6 @@ func TestInitialization(t *testing.T) { bad := []*config.Config{ &config.Config{Identity: id, Datastore: config.Datastore{}}, - &config.Config{Identity: id, Datastore: config.Datastore{Type: "badtype"}}, &config.Config{}, &config.Config{Datastore: config.Datastore{Type: "memory"}}, }