Skip to content

Commit

Permalink
Rename pubProvidedSystem.js to pubProvidedIdSystem.js (prebid#5861)
Browse files Browse the repository at this point in the history
* Rename pubProvidedSystem.js to pubProvidedIdSystem.js

* Update userId_spec.js
  • Loading branch information
GLStephen authored Oct 16, 2020
1 parent 368b602 commit 926ccc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/spec/modules/userId_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {intentIqIdSubmodule} from 'modules/intentIqIdSystem.js';
import {zeotapIdPlusSubmodule} from 'modules/zeotapIdPlusIdSystem.js';
import {sharedIdSubmodule} from 'modules/sharedIdSystem.js';
import {haloIdSubmodule} from 'modules/haloIdSystem.js';
import {pubProvidedIdSubmodule} from 'modules/pubProvidedSystem.js';
import {pubProvidedIdSubmodule} from 'modules/pubProvidedIdSystem.js';
import {criteoIdSubmodule} from 'modules/criteoIdSystem.js';

let assert = require('chai').assert;
Expand Down

0 comments on commit 926ccc6

Please sign in to comment.