Skip to content

Commit

Permalink
update dmx adapter file name part 2 (#2911)
Browse files Browse the repository at this point in the history
* adding DMX

test @97%, two files added one updated

* Update districtm_spec.js

* Update districtmDMX.js

* adding all districtm needed file

* remove legacy file

* remove typo || 0 in the test method

* force default to return a valid width and height

* update unit test code for failing test

* changed class for an object

* remove package-lock.json

* change file name for dmx adapter

* renamed files

* restaure package-lock.json

* update to last package-lock state
  • Loading branch information
stevealliance authored and mkendall07 committed Aug 1, 2018
1 parent 16a621b commit 47d3c3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {expect} from 'chai';
import * as _ from 'lodash';
import {spec, matchRequest, checkDeepArray, defaultSize} from '../../../modules/districtmDmxAdapter';
import {spec, matchRequest, checkDeepArray, defaultSize} from '../../../modules/districtmDmxBidAdapter';

const bidRequest = [{
'bidder': 'districtmDMX',
Expand Down

0 comments on commit 47d3c3e

Please sign in to comment.