diff --git a/test/index.js b/test/index.js index 2801b85..e778b29 100644 --- a/test/index.js +++ b/test/index.js @@ -29,7 +29,7 @@ test('it should pack the test extension', function(t){ var xmlBuffer = crx.generateUpdateXML(); - t.true(xmlBuffer.equals(updateXml)); + t.equals(xmlBuffer.toString(), updateXml.toString()); }) .then(t.pass.bind(t)) .catch(t.error.bind(t));