adguardhome-sync/pkg/sync/sync_test.go

10 lines
97 B
Go
Raw Normal View History

2021-04-11 16:45:10 +08:00
package sync_test
import (
. "github.com/onsi/ginkgo"
)
var _ = Describe("Sync", func() {
})