From 84c859a14c187c4024ea4e6e435f65a7212e04a7 Mon Sep 17 00:00:00 2001 From: Barry Tulchinsky Date: Wed, 15 Jan 2014 21:35:42 -0500 Subject: [PATCH] test case fix --- tests/spec/fs.utimes.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;