Skip to content

Commit

Permalink
Skip verification
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Oct 8, 2018
1 parent 759f344 commit 0acadc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/v1/examples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,8 @@ describe('examples', () => {
});
// tag::config-custom-resolver[]

driver.onCompleted = () => {
driver.close();
done();
};
driver.close();
done();
});

it('custom auth example', done => {
Expand Down

0 comments on commit 0acadc6

Please sign in to comment.