Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoytenko committed Jun 24, 2019
1 parent b35eaa5 commit 2432a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test-ampdoc.js
Expand Up @@ -657,6 +657,7 @@ describes.realWin('AmpDocFie', {}, env => {
beforeEach(() => {
service = new AmpDocService(window, /* isSingleDoc */ true);
childWin = env.win;
setParentWindow(childWin, window);
parent = service.singleDoc_;
ampdoc = new AmpDocFie(childWin, URL, parent);
});
Expand Down

0 comments on commit 2432a49

Please sign in to comment.