Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAkram committed Jan 17, 2024
1 parent 1adfb44 commit c2eb7e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ class ParselyMetadataTest {
val map = sut.toMap()

// then
val expectedMapWithPageType = expectedBaseParselyMetadataMap + ("page_type" to pageType)
assertThat(map).isEqualTo(expectedMapWithPageType)
assertThat(map).isEqualTo(expectedParselyMetadataMap + ("page_type" to pageType))
}

@Test
Expand Down

0 comments on commit c2eb7e5

Please sign in to comment.