planner/plan/storage/memory/sync_test.go

8 lines
85 B
Go

package memory_test
import "testing"
func TestSync(t *testing.T) {
t.Parallel()
}