Skip to content

Commit

Permalink
use single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
msperone committed Sep 16, 2020
1 parent ca9407c commit 5d98b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/auctionmanager_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ describe('auctionmanager.js', function () {
};
makeRequestsStub.returns([bidRequest]);

myBid.mediaType = "video";
myBid.mediaType = 'video';
spec.interpretResponse.returns(myBid);
auction.callBids();

Expand Down

0 comments on commit 5d98b21

Please sign in to comment.