mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-10 17:22:46 +08:00
enable all test
This commit is contained in:
parent
4cd7134941
commit
36a589aa85
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ var _ = Describe("Types", func() {
|
|||
Ω(d).Should(BeEmpty())
|
||||
})
|
||||
|
||||
FIt("should remove target duplicate", func() {
|
||||
It("should remove target duplicate", func() {
|
||||
originRE = append(originRE, types.RewriteEntry{Domain: domain})
|
||||
originRE = append(originRE, types.RewriteEntry{Domain: domain})
|
||||
replicaRE = append(replicaRE, types.RewriteEntry{Domain: domain})
|
||||
|
|
Loading…
Reference in a new issue