Skip to content

Commit

Permalink
fix(sublime-adapter): fixes to submit sublimePrebidAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
SublimeTheo authored and Léo GRAND committed Jul 16, 2019
1 parent a2c0589 commit 0c541cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/spec/modules/sublimeBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,7 @@ describe('Sublime Adapter', function() {
expect(request.url).to.equal('https://pbjs.sskzlabs.com/bid');
});

<<<<<<< HEAD
it('should create a default callback function', function() {
=======
it('should create a default callback function', () => {
>>>>>>> Fix tests for sublimeBidAdapter
expect(window['sublime_prebid_callback_23651']).to.be.an('function');
});
});
Expand Down

0 comments on commit 0c541cd

Please sign in to comment.