Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Is 'null' null?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbk committed Feb 12, 2016
1 parent 92eb322 commit 1b2d3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_giving-widget-anonymous.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
.assert.exists('iframe')
.toFrame('iframe')
.assert.exists('.gratipay-giving')
.assert.text('.gratipay-giving').is('null', 'giving should not be empty')
.assert.text('.gratipay-giving').is(null, 'giving should not be empty')
.toParent()
.done();
},
Expand Down

0 comments on commit 1b2d3af

Please sign in to comment.