提交 20e16100 作者: Brian Tiger Chow

nil will no longer be a valid argument

上级 fa4cfe8d
......@@ -41,7 +41,6 @@ func TestInitialization(t *testing.T) {
&config.Config{Identity: id, Datastore: config.Datastore{Type: "badtype"}},
&config.Config{},
&config.Config{Datastore: config.Datastore{Type: "memory"}},
nil,
}
for i, c := range good {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论