mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
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.
This commit is contained in:
parent
6e730f4c73
commit
e28a235f77
@ -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"}},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user