Skip to content

Commit cfbad26

Browse files
Fix integration test condition
1 parent 197146a commit cfbad26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_test/ipregistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('batchLookup', () => {
188188
const client = new IpregistryClient(API_KEY, new NoCache());
189189
const response = await client.batchLookup(['8.8.4.4', '1.2.3.4', '1.2.3.2']);
190190

191-
expect(response.credits.consumed).equal(3);
191+
expect(response.credits.consumed).equal(4);
192192
expect(response.credits.remaining).greaterThan(0);
193193
expect(response.throttling).null;
194194
});

0 commit comments

Comments
 (0)