Skip to content

Commit

Permalink
EES-4947 - responding to PR comments. Updating test comments and init…
Browse files Browse the repository at this point in the history
…ial test state to reflect more realistic setup.
  • Loading branch information
duncan-at-hiveit committed Aug 5, 2024
1 parent 073acea commit 0c8b418
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ await TestApp.AddTestData<PublicDataDbContext>(context =>
mapping: DataFixture
.DefaultLocationOptionMapping()
.WithSource(DataFixture.DefaultMappableLocationOption())
.WithNoMapping())
.WithAutoNone())
.AddMapping(
sourceKey: "source-location-2-key",
mapping: DataFixture
.DefaultLocationOptionMapping()
.WithSource(DataFixture.DefaultMappableLocationOption())
.WithNoMapping()
.WithAutoNone()
)
.AddCandidate(
targetKey: "target-location-1-key",
Expand Down Expand Up @@ -373,7 +373,7 @@ originalCountryMappingToUpdate with
ignoreCollectionOrders: true);

// Assert that the batch saves still show the location mappings as incomplete, as there
// are still mappings with type "None" and "AutoNone" in the plan.
// are still mappings with type "AutoNone" in the plan.
Assert.False(updatedMappings.LocationMappingsComplete);
}

Expand Down

0 comments on commit 0c8b418

Please sign in to comment.