diff options
Diffstat (limited to 'service/reload/watcher_test.go')
-rw-r--r-- | service/reload/watcher_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/service/reload/watcher_test.go b/service/reload/watcher_test.go index b298a82c..449a21df 100644 --- a/service/reload/watcher_test.go +++ b/service/reload/watcher_test.go @@ -336,13 +336,6 @@ func Test_Wrong_Dir(t *testing.T) { } } -func Test_NoServiceConfigAttached(t *testing.T) { - _, err := NewWatcher(nil) - if err == nil { - t.Fatal(err) - } -} - func Test_Filter_Directory(t *testing.T) { tempDir, err := ioutil.TempDir(".", "") defer func() { |