Skip to content

Commit

Permalink
remove extraneous describe block
Browse files Browse the repository at this point in the history
  • Loading branch information
wsethbrown committed Nov 3, 2023
1 parent cd50872 commit d2d238e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/pricing/checkout/checkout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1750,8 +1750,6 @@ describe('CheckoutPricing', function () {
});

describe('when a coupon is applied', () => {
describe('..', () => {

beforeEach(function () {
return this.pricing.coupon('coop-pct-all');
});
Expand All @@ -1766,7 +1764,6 @@ describe('CheckoutPricing', function () {
assert.equal(price.next.taxes, '1.49');
done();
});
});
});

describe.only('is single-use and applies to subscriptions and adjustments with taxes', () => {
Expand Down

0 comments on commit d2d238e

Please sign in to comment.