Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Mar 7, 2019
1 parent e4267fc commit 59b6e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issues/0350.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var yaml = require('../../');
var readFileSync = require('fs').readFileSync;


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

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

0 comments on commit 59b6e76

Please sign in to comment.