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

Help Needed to fix a test : looking for an app with androidMaxVersion #706

Open
jbigman opened this issue Jan 8, 2025 · 3 comments
Open

Comments

@jbigman
Copy link
Contributor

jbigman commented Jan 8, 2025

Description:

The followinf test does not pass :

  it('should fetch android version limit set for some old apps', () => {
    return gplay.app({ appId: 'air.com.zinkia.playset' })
      .then((app) => {
        assert.equal(app.androidVersion, '4.2');
        assert.equal(app.androidMaxVersion, '7.1.1');
      });
  });

Reason:

App 'air.com.zinkia.playset' does not exists anymore.

Solution:

Find another app with androidMaxVersion

@3052
Copy link

3052 commented Jan 26, 2025

what is it that you are trying to do?

@jbigman
Copy link
Contributor Author

jbigman commented Jan 27, 2025

Fix the existing test

@3052
Copy link

3052 commented Jan 27, 2025

what test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants