This commit is contained in:
Erik Winter 2024-10-08 07:22:06 +02:00
parent c3d8a3e0fe
commit 4e37009599
1 changed files with 7 additions and 0 deletions

View File

@ -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")
} }