test: add missing space in issue 773 regression test

This commit is contained in:
Ben Heidemann 2021-04-18 16:15:28 +01:00 committed by David Humphrey
parent f5ad682fd7
commit f9c5473c49
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict';
const util = require('../lib/test-utils.js');
describe('unexpected failures when calling fs functions (e.g. writeFile) with empty options object, issue773', function() {
describe('unexpected failures when calling fs functions (e.g. writeFile) with empty options object, issue 773', function() {
beforeEach(util.setup);
afterEach(util.cleanup);