Commit 95557166 authored by Aaron Jacobs's avatar Aaron Jacobs

Updated cachingfs test.

parent e0068fc2
......@@ -54,7 +54,7 @@ func (t *cachingFSTest) setUp(
t.fs, err = cachingfs.NewCachingFS(lookupEntryTimeout, getattrTimeout)
AssertEq(nil, err)
t.FileSystem = t.fs
t.Server = t.fs
// Mount it.
t.SampleTest.SetUp(ti)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment