diff --git a/samples/flushfs/flush_fs_test.go b/samples/flushfs/flush_fs_test.go index 9811c8c..ff77bdd 100644 --- a/samples/flushfs/flush_fs_test.go +++ b/samples/flushfs/flush_fs_test.go @@ -184,7 +184,10 @@ type NoErrorsTest struct { func init() { RegisterTestSuite(&NoErrorsTest{}) } -func (t *NoErrorsTest) SetUp(ti *TestInfo) +func (t *NoErrorsTest) SetUp(ti *TestInfo) { + const noErr = 0 + t.flushFSTest.setUp(ti, noErr, noErr) +} func (t *NoErrorsTest) Close_ReadWrite() { var n int