diff --git a/test/PrintOne.spec.ts b/test/PrintOne.spec.ts index 34dfec0..21cc486 100644 --- a/test/PrintOne.spec.ts +++ b/test/PrintOne.spec.ts @@ -63,7 +63,7 @@ const exampleAddress: Address = { addressLine2: undefined, postalCode: "1234 AB", city: "Test", - country: "NL", + country: "Netherlands", }; describe("getSelf", function () {