提交 e28a235f 作者: Brian Tiger Chow

it's unclear what this test case is meant to protect, but passing an empty…

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.
上级 6e730f4c
......@@ -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"}},
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论