Skip to content

Commit

Permalink
feat(Gate) - Fix test values
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilva-CGI committed Oct 23, 2023
1 parent fba4f9f commit 422c435
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@ object BusinessPartnerTestValues {
),
),
classifications = listOf(
BusinessPartnerClassificationDto(
ClassificationDto(
type = ClassificationType.SIC,
code = "Classification Code 1",
value = "Classification Value 1"
),
BusinessPartnerClassificationDto(
ClassificationDto(
type = ClassificationType.NACE,
code = "Classification Code 2",
value = "Classification Value 2"
Expand Down Expand Up @@ -406,7 +406,7 @@ object BusinessPartnerTestValues {
)
),
classifications = listOf(
BusinessPartnerClassificationDto(
ClassificationDto(
type = ClassificationType.SIC,
code = "Classification Code 2",
value = "Classification Value 2"
Expand Down

0 comments on commit 422c435

Please sign in to comment.