diff options
Diffstat (limited to 'plugin/auto/watcher_test.go')
-rw-r--r-- | plugin/auto/watcher_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/auto/watcher_test.go b/plugin/auto/watcher_test.go index be2a0d48b..43f1ff374 100644 --- a/plugin/auto/watcher_test.go +++ b/plugin/auto/watcher_test.go @@ -51,7 +51,6 @@ func TestWatcher(t *testing.T) { if _, ok := a.Zones.Z["example.org."]; !ok { t.Errorf("Expected %q to still be there.", "example.org.") } - } func TestSymlinks(t *testing.T) { |