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 baabdd3 commit 5a9390a
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 5a9390a

Please sign in to comment.