Skip to content

Commit

Permalink
Michao Bid Adapter: Remove assertions on video properties that you fo…
Browse files Browse the repository at this point in the history
…rgot to erase.
  • Loading branch information
hogekai committed Dec 13, 2024
1 parent 7457a83 commit 71b0f01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/spec/modules/michaoBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@ describe('Michao Bid Adapter', () => {
expect(result[0].data.imp[0]).to.have.property(
'banner'
);
expect(result[0].data.imp[1]).to.have.property(
'video'
);
});
});

Expand Down

0 comments on commit 71b0f01

Please sign in to comment.