summaryrefslogtreecommitdiff
path: root/test/simple/test-fs-error-messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-fs-error-messages.js')
-rw-r--r--test/simple/test-fs-error-messages.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-fs-error-messages.js b/test/simple/test-fs-error-messages.js
index 5284f49381..e964820fc3 100644
--- a/test/simple/test-fs-error-messages.js
+++ b/test/simple/test-fs-error-messages.js
@@ -158,6 +158,6 @@ try {
}
process.addListener('exit', function () {
- assert.equal(expected, errors.length,
+ assert.equal(expected, errors.length,
'Test fs sync exceptions raised, got ' + errors.length + ' expected ' + expected);
});