Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
(cherry picked from commit e52bedd)
  • Loading branch information
UnderKoen committed Jul 1, 2024
1 parent e68aecb commit 9ae5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PrintOne.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const exampleAddress: Address = {
addressLine2: undefined,
postalCode: "1234 AB",
city: "Test",
country: "NL",
country: "Netherlands",
};

describe("getSelf", function () {
Expand Down

0 comments on commit 9ae5f73

Please sign in to comment.