Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyao-cofinity-x committed Oct 17, 2024
1 parent 6a83228 commit 8cd2b88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ object BusinessPartnerVerboseValues {
building = "Bauteil A",
floor = "Etage 1",
door = "Door One",
street = StreetDto(name = "Mercedesstraße", houseNumber = "", direction = "direction1", houseNumberSupplement = "A"),
street = StreetDto(name = "Mercedesstraße", houseNumber = "", direction = "direction1", houseNumberSupplement = "A")
)

val postalAddressLogisticAddress2 = PhysicalPostalAddressDto(
Expand All @@ -398,7 +398,7 @@ object BusinessPartnerVerboseValues {
building = "Building Two",
floor = "Floor Two",
door = "Door Two",
street = StreetDto(name = "TODO", houseNumber = "", direction = "direction1", houseNumberSupplement = "B"),
street = StreetDto(name = "TODO", houseNumber = "", direction = "direction1", houseNumberSupplement = "B")
)

//New Values for Logistic Address Tests
Expand Down

0 comments on commit 8cd2b88

Please sign in to comment.