Skip to content

Commit

Permalink
test(collector): fix collector api test hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Svetlichny authored and NatalieWolfe committed Mar 6, 2018
1 parent 1c4f19c commit 6455e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/collector/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ describe('CollectorAPI', function() {

var response = {return_value: valid}

before(function(done) {
beforeEach(function(done) {
fast()

var redirectURL = generate('preconnect')
Expand All @@ -577,7 +577,7 @@ describe('CollectorAPI', function() {
})
})

after(function() {
afterEach(function() {
slow()
})

Expand Down

0 comments on commit 6455e40

Please sign in to comment.