Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 26, 2022
1 parent ac5c75c commit 6f931a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('parse()', function () {
describe('null', function () {
it('should parse a <null> node into a null value', function () {
var parsed = parseFixture('<null/>');
assert.strictEqual(parsed, undefined);
assert.strictEqual(parsed, null);
});
});

Expand Down

0 comments on commit 6f931a0

Please sign in to comment.