Skip to content

Commit 59b6e76

Browse files
author
Vitaly Puzrin
committed
Fix test name
1 parent e4267fc commit 59b6e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/issues/0350.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var yaml = require('../../');
66
var readFileSync = require('fs').readFileSync;
77

88

9-
test('should allow cast integers as !!float', function () {
9+
test('should return parse docs from loadAll', function () {
1010
var data = yaml.safeLoadAll(readFileSync(require('path').join(__dirname, '/0350.yml'), 'utf8'));
1111

1212
assert.deepEqual(data, [ { a: 1 }, { b: 2 } ]);

0 commit comments

Comments
 (0)