test: add missing space in issue 773 regression test
This commit is contained in:
parent
f5ad682fd7
commit
f9c5473c49
|
@ -1,7 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
const util = require('../lib/test-utils.js');
|
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);
|
beforeEach(util.setup);
|
||||||
afterEach(util.cleanup);
|
afterEach(util.cleanup);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue