MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / TestRemoveDB

Function TestRemoveDB

internal/utils/kvstore/utils_test.go:13–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

11)
12
13func TestRemoveDB(t *testing.T) {
14 err := kvstore.RemoveStore(Tea.Root + "/data/stores/test2.store")
15 if err != nil {
16 t.Fatal(err)
17 }
18}
19
20func TestIsValidName(t *testing.T) {
21 var a = assert.NewAssertion(t)

Callers

nothing calls this directly

Calls 1

RemoveStoreFunction · 0.92

Tested by

no test coverage detected