From c62fe44fcd53f2976792b4978c34049f80160f97 Mon Sep 17 00:00:00 2001 From: Barry Tulchinsky Date: Thu, 19 Dec 2013 09:10:49 -0500 Subject: [PATCH] minor correction to test description --- 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 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;