diff --git a/tests/spec/fs.utimes.spec.js b/tests/spec/fs.utimes.spec.js index ed3cd9b..fbc14cd 100644 --- a/tests/spec/fs.utimes.spec.js +++ b/tests/spec/fs.utimes.spec.js @@ -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 _error; var that = this;