Skip to content

Commit

Permalink
Fixed #6: Incorrect function called in test
Browse files Browse the repository at this point in the history
  • Loading branch information
omkartapale committed Jun 23, 2022
1 parent 79d237b commit edd66b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Tests for ISO-3166-1 lookup features", function () {
});

it("returns undefined if country not found with alpha-3", function () {
const country = iso3166Lookup.findAlpha2("xxx");
const country = iso3166Lookup.findAlpha3("xxx");

expect(country).to.be.equal(undefined);
});
Expand Down

0 comments on commit edd66b2

Please sign in to comment.