Skip to content

Commit 44b0d80

Browse files
committed
Merge pull request coop182#40 from soreng/master
Fixed Ad Unit test
2 parents f68e03c + b7ca4bb commit 44b0d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/adUnitSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Ad units', function () {
4545
}, "getVersion function to exist", 5000);
4646

4747
runs(function () {
48-
expect($('.adunit').data('googleAdUnit').A).toEqual('/xxxxxxx/Leader');
48+
expect($('.adunit').data('googleAdUnit').getName()).toEqual('/xxxxxxx/Leader');
4949
});
5050

5151
});

0 commit comments

Comments
 (0)