planner/plan/storage/memory/sync_test.go

8 lines
85 B
Go
Raw Normal View History

2024-10-08 07:21:27 +02:00
package memory_test
import "testing"
func TestSync(t *testing.T) {
t.Parallel()
}