diff options
Diffstat (limited to 'watcher_test.go')
| -rw-r--r-- | watcher_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/watcher_test.go b/watcher_test.go index 331e2c5..6136afc 100644 --- a/watcher_test.go +++ b/watcher_test.go @@ -90,6 +90,8 @@ func TestWatcher(t *testing.T) { t.Run(`testMarkdownDelete`, func(tt *testing.T) { testMarkdownDelete(tt, testWatcher, pathFileMarkup) }) + + testWatcher.stop() } func testAdocCreate(t *testing.T, testWatcher *watcher, tdata *test.Data, pathFile string) { |
