Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Jun 27, 2024
1 parent 73a1678 commit e52bedd
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 @@ -63,7 +63,7 @@ const exampleAddress: Address = {
addressLine2: undefined,
postalCode: "1234 AB",
city: "Test",
country: "NL",
country: "Netherlands",
};

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

0 comments on commit e52bedd

Please sign in to comment.