diff --git a/tests/spec/fs.utimes.spec.js b/tests/spec/fs.utimes.spec.js index e4e15d4..b7079bd 100644 --- a/tests/spec/fs.utimes.spec.js +++ b/tests/spec/fs.utimes.spec.js @@ -251,7 +251,7 @@ define(["Filer"], function(Filer) { that.fs.utimes('/testdir', atime, mtime, function (error) { _error = error; - fs.stat('/testdir', function (error, stat) { + that.fs.stat('/testdir', function (error, stat) { if (error) throw error; _stat = stat;