Commit 73932250 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed hello_fs_test build errors.

parent eca0a376
......@@ -41,9 +41,10 @@ type HelloFSTest struct {
func init() { RegisterTestSuite(&HelloFSTest{}) }
func (t *HelloFSTest) SetUp(ti *TestInfo) {
t.FileSystem = &hellofs.HelloFS{
Clock: &t.Clock,
}
var err error
t.Server, err = hellofs.NewHelloFS(&t.Clock)
AssertEq(nil, err)
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