Oops, use t.Ctx.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 10:46:20 +11:00
parent bdfb8cacce
commit 03f5453297
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func (t *SampleTest) Destroy() {
panic("MountedFileSystem.Unmount: " + err.Error())
}
if err := t.mfs.Join(context.Background()); err != nil {
if err := t.mfs.Join(t.Ctx); err != nil {
panic("MountedFileSystem.Join: " + err.Error())
}
}