Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A4A integration tests #5812

Merged
merged 16 commits into from
Nov 3, 2016
Prev Previous commit
Rebased and fixed small rebase error.
  • Loading branch information
Terran Lane committed Nov 3, 2016
commit b384663e0f2854ea8377f3819c10079b4221b531
2 changes: 1 addition & 1 deletion extensions/amp-a4a/0.1/test/test-amp-a4a.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('amp-a4a', () => {
}

function buildCreativeArrayBuffer() {
return stringToArrayBuffer(buildCreativeString());
return utf8Encode(buildCreativeString());
}

function verifyNonAMPRender(a4a) {
Expand Down