Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
we updated the default url to "https://duckduckgo.com/" so the test needs updating
  • Loading branch information
mikescamell committed Sep 18, 2024
1 parent f474d12 commit 4c6b0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ShowOnAppLaunchPrefsDataStoreTest {

@Test
fun whenSpecificPageIsNullThenShouldReturnDefaultUrl() = runTest {
assertEquals("https://duckduckgo.com", testee.specificPageUrlFlow.first())
assertEquals("https://duckduckgo.com/", testee.specificPageUrlFlow.first())
}

@Test
Expand Down

0 comments on commit 4c6b0e2

Please sign in to comment.