Skip to content

Commit 6bd19c9

Browse files
committed
fix(test): update formatting in integration test
1 parent 2062d6d commit 6bd19c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/dsl/integration.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ describe('Integration', () => {
4444
before(provider.setup)
4545

4646
// once all tests are run, write pact and remove interactions
47-
after(() => {
48-
provider.finalize()
49-
})
47+
after(() => provider.finalize())
5048

5149
context('with a single request', () => {
5250

0 commit comments

Comments
 (0)