bad datastore type won't cause failure
Brian Tiger Chow committed
Jan 11, 2015 at 11:46 UTC
6e730f4c7381eeb2a7e83a2d57d11db7e9772125
1 file changed
-1
core/core_test.go
-1
@@ -38,7 +38,6 @@ func TestInitialization(t *testing.T) {
38
39
bad := []*config.Config{
40
&config.Config{Identity: id, Datastore: config.Datastore{}},
41
- &config.Config{Identity: id, Datastore: config.Datastore{Type: "badtype"}},
41
&config.Config{},
42
&config.Config{Datastore: config.Datastore{Type: "memory"}},
43
}