Skip to content

Commit

Permalink
Unskip tax rate test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbanham committed Mar 8, 2017
1 parent 28d361c commit f96b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/accountingtests.js
Expand Up @@ -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) {
Expand Down

0 comments on commit f96b5a3

Please sign in to comment.