aboutsummaryrefslogtreecommitdiff
path: root/watcher_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher_test.go')
-rw-r--r--watcher_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher_test.go b/watcher_test.go
index 1f8b2e3..063eb8f 100644
--- a/watcher_test.go
+++ b/watcher_test.go
@@ -36,7 +36,7 @@ func TestWatcher(t *testing.T) {
var testWatcher *watcher
- testWatcher, err = newWatcher(converter, &convertOpts)
+ testWatcher, err = newWatcher(converter, convertOpts)
if err != nil {
t.Fatal(err)
}