test case fix

This commit is contained in:
Barry Tulchinsky 2014-01-15 21:35:42 -05:00
parent d16cc29e3d
commit 84c859a14c
1 changed files with 1 additions and 1 deletions

View File

@ -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;