Skip to content

Commit 4ebb44e

Browse files
committed
Merge branch 'feature/ondrej/split-omnibar-bottom-navigation' of github.com:duckduckgo/Android into feature/ondrej/split-omnibar-bottom-navigation
2 parents 62f8c2f + 983721f commit 4ebb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/com/duckduckgo/app/browser/omnibar/OmnibarFeatureRepositoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class OmnibarFeatureRepositoryTest {
5353
}
5454

5555
@Test
56-
fun whenOnStartThenFeatureFlagsAreUpdated() = runTest {
56+
fun `when onStart called, then feature flags are updated`() = runTest {
5757
browserFeatures.useUnifiedOmnibarLayout().setRawStoredState(Toggle.State(enable = true))
5858
browserFeatures.splitOmnibar().setRawStoredState(Toggle.State(enable = true))
5959
createTestee()

0 commit comments

Comments
 (0)