nil will no longer be a valid argument
Brian Tiger Chow committed
Jan 11, 2015 at 11:46 UTC
20e16100754e3a79579e95202d625dc2729424c4
1 file changed
-1
core/core_test.go
-1
@@ -41,7 +41,6 @@ func TestInitialization(t *testing.T) {
41
&config.Config{Identity: id, Datastore: config.Datastore{Type: "badtype"}},
42
&config.Config{},
43
&config.Config{Datastore: config.Datastore{Type: "memory"}},
44
- nil,
44
}
45
46
for i, c := range good {