Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sortable adapter unit test failure in travis #2837

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

jsnellbaker
Copy link
Collaborator

Type of change

  • Refactoring (no functional changes, no api changes)

Description of change

Since merging #2824 into master, Travis reported some test failures in the sortable bid adapter for certain browsers. See link below for errors:
https://travis-ci.org/prebid/Prebid.js/builds/402733184

After investigating, it was determined to be caused by the usage of Number.isInteger() in the sortableBidAdapter file. This PR swaps out the reference for the utils.isNumber() function which has the proper polyfills for the needed browsers.

@jsnellbaker jsnellbaker merged commit a38a1fb into master Jul 11, 2018
@jsnellbaker jsnellbaker mentioned this pull request Jul 11, 2018
10 tasks
@mkendall07 mkendall07 deleted the fix_sortable_adapter_unit_test branch August 17, 2018 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants