Skip to content

Commit

Permalink
Fixed errors for PR 2653 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
javich-enroute authored and bengel-ias committed Jun 6, 2018
1 parent e99670c commit 85eae30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/iasBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('iasBidAdapter is an adapter that', () => {
it('has property `slots`', () => {
expect(bidResponse[0]).to.deep.include({ slots: slots });
});
it('response is the same for multiple slots', ()=>{
it('response is the same for multiple slots', () => {
var adapter = spec;
var requests = adapter.buildRequests(bidRequests);
expect(adapter.interpretResponse(serverResponse, requests)).to.length(2);
Expand Down

0 comments on commit 85eae30

Please sign in to comment.