Skip to content

Commit

Permalink
one more piece of shop->place migration
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Feb 20, 2024
1 parent a14076e commit 1a5ae2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class PlaceKtTest {
)
}

// see KEYS_THAT_SHOULD_BE_REMOVED_WHEN_SHOP_IS_REPLACED
@Test fun `replaceShop removes certain tags connected with the type of shop`() {
// see KEYS_THAT_SHOULD_BE_REMOVED_WHEN_PLACE_IS_REPLACED
@Test fun `replacePlace removes certain tags connected with the type of shop`() {
assertEquals(
setOf(
StringMapEntryAdd("shop", "ice_cream"),
Expand Down

0 comments on commit 1a5ae2e

Please sign in to comment.