Skip to content

Commit

Permalink
Test: Updated subdivisions test IP
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm authored Feb 3, 2024
1 parent f4c9d67 commit 64fea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ doTest.add( 'lookup - data.subdivisions array', async test => {
// IP without subdivisions
doTest.add( 'lookup - IP without subdivisions (Japan)', async test => {
try {
const data = await geo( { ip: '111.111.111.111' } );
const data = await geo( { ip: '117.104.133.1' } );

test()
.isArray( 'fail', 'data.subdivisions', data.subdivisions )
Expand Down

0 comments on commit 64fea4e

Please sign in to comment.