From 1b2d3af52c3f7c66d4ee5a134e92712402b4f568 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 12 Feb 2016 10:45:37 -0600 Subject: [PATCH] Is 'null' null? --- test/test_giving-widget-anonymous.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_giving-widget-anonymous.js b/test/test_giving-widget-anonymous.js index 9392ee1..b06ea83 100644 --- a/test/test_giving-widget-anonymous.js +++ b/test/test_giving-widget-anonymous.js @@ -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(); },