Skip to content

Commit

Permalink
Remove stray letter
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen committed May 22, 2018
1 parent 64b9da5 commit 291273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/nodefs/memnode_test.go
Expand Up @@ -35,7 +35,7 @@ func setupMemNodeTest(t *testing.T) (wd string, root Node, clean func()) {
Debug: testutil.VerboseTest(),
LookupKnownChildren: true,
})
state, err5 := fuse.NewServer(connector.RawFS(), mnt, &fuse.MountOptions{Debug: testutil.VerboseTest()})
state, err := fuse.NewServer(connector.RawFS(), mnt, &fuse.MountOptions{Debug: testutil.VerboseTest()})
if err != nil {
t.Fatal("NewServer", err)
}
Expand Down

0 comments on commit 291273c

Please sign in to comment.