minor correction to test description

This commit is contained in:
Barry Tulchinsky 2013-12-19 09:10:49 -05:00
parent b4aac37c5c
commit c62fe44fcd
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ define(["IDBFS"], function(IDBFS) {
}); });
}); });
it ('should update atime and mtime if they are null', function () { it ('should update atime and mtime when they are null', function () {
var complete = false; var complete = false;
var _error; var _error;
var that = this; var that = this;