Skip to content

Commit

Permalink
fix check failure (#35754)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyajones committed Aug 20, 2021
1 parent f1971c3 commit ca2d387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-consent/0.1/test/test-consent-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import {GEO_IN_GROUP} from '../../../amp-geo/0.1/amp-geo-in-group';
import {Services} from '#service';
import {dict} from '#core/types/object';
import {macroTask} from '#testing/yield';
import {macroTask} from '#testing/helpers';

describes.realWin('ConsentConfig', {amp: 1}, (env) => {
let doc;
Expand Down

0 comments on commit ca2d387

Please sign in to comment.