google-play-scraper icon indicating copy to clipboard operation
google-play-scraper copied to clipboard

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

Open jbigman opened this issue 1 year ago • 3 comments

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

jbigman avatar Jan 08 '25 16:01 jbigman

what is it that you are trying to do?

3052 avatar Jan 26 '25 00:01 3052

Fix the existing test

jbigman avatar Jan 27 '25 14:01 jbigman

what test?

3052 avatar Jan 27 '25 15:01 3052