From f96b5a330a8f4411575273a6099ddf63dc2b5166 Mon Sep 17 00:00:00 2001 From: David Banham Date: Wed, 8 Mar 2017 11:35:26 +1100 Subject: [PATCH] Unskip tax rate test after rebase --- test/accountingtests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/accountingtests.js b/test/accountingtests.js index 69742f46..0e326895 100644 --- a/test/accountingtests.js +++ b/test/accountingtests.js @@ -274,7 +274,7 @@ describe('regression tests', function() { }) }) - describe.skip('taxrates', function() { + describe('taxrates', function() { it('gets tax rates', function(done) { currentApp.core.taxrates.getTaxRates() .then(function(taxRates) {