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) {