Skip to content

Commit

Permalink
fixes pr-br genre test (#685)
Browse files Browse the repository at this point in the history
Resolves #684
  • Loading branch information
jonathansampson authored Aug 8, 2024
1 parent 7db8e79 commit f1ecd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('App method', () => {
})
.then((app) => {
assert.equal(app.url, 'https://play.google.com/store/apps/details?id=com.sgn.pandapop.gp&hl=pt&gl=br');
assert.equal(app.genre, 'Quebra-cabeça');
assert.equal(app.genre, 'Quebra-cabeças');
assert.equal(app.androidVersionText, '7.0');
assert.equal(app.available, true);
validateAppDetails(app);
Expand Down

0 comments on commit f1ecd18

Please sign in to comment.