mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 00:08:06 +08:00
bad datastore type won't cause failure
This commit is contained in:
parent
20e1610075
commit
6e730f4c73
@ -38,7 +38,6 @@ func TestInitialization(t *testing.T) {
|
||||
|
||||
bad := []*config.Config{
|
||||
&config.Config{Identity: id, Datastore: config.Datastore{}},
|
||||
&config.Config{Identity: id, Datastore: config.Datastore{Type: "badtype"}},
|
||||
&config.Config{},
|
||||
&config.Config{Datastore: config.Datastore{Type: "memory"}},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user