Skip to content

Commit

Permalink
updated test app
Browse files Browse the repository at this point in the history
  • Loading branch information
renatosrounds committed Sep 30, 2024
1 parent 72e2348 commit d2ec4e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/lib.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ describe('App method', () => {
});

it('It should check the developer legal information from the "About the developer" section', () => {
return gplay.app({ appId: 'com.taktak.browser' })
return gplay.app({ appId: 'com.soundcloud.android' })
.then((app) => {
assert.equal(app.developerLegalName, 'AHREFS PTE. LTD.');
assert.equal(app.developerLegalAddress, '16 Raffles Quay #33-03 Hong Leong Building, Singapore 048581');
assert.equal(app.developerLegalEmail, 'apps@ahrefs.com');
assert.equal(app.developerLegalPhoneNumber, '+65 8372 0700');
assert.equal(app.developerLegalName, 'SoundCloud Global Limited & Co. KG');
assert.equal(app.developerLegalEmail, 'playstore@soundcloud.com');
assert.equal(app.developerLegalAddress, 'Rheinsberger Str. 76 /, 10115 Berlin, Germany');
assert.equal(app.developerLegalPhoneNumber, '+49 1573 5982119');
});
});

Expand Down

0 comments on commit d2ec4e5

Please sign in to comment.