wip
This commit is contained in:
parent
c3d8a3e0fe
commit
4e37009599
|
@ -4,4 +4,11 @@ import "testing"
|
||||||
|
|
||||||
func TestSync(t *testing.T) {
|
func TestSync(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
|
t.Log("store")
|
||||||
|
|
||||||
|
t.Log("find all")
|
||||||
|
|
||||||
|
t.Log("delete all")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue