We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afb2af commit 29ae700Copy full SHA for 29ae700
app/src/test/java/com/duckduckgo/app/browser/omnibar/OmnibarFeatureRepositoryTest.kt
@@ -53,7 +53,7 @@ class OmnibarFeatureRepositoryTest {
53
}
54
55
@Test
56
- fun whenOnStartThenFeatureFlagsAreUpdated() = runTest {
+ fun `when onStart called, then feature flags are updated`() = runTest {
57
browserFeatures.useUnifiedOmnibarLayout().setRawStoredState(Toggle.State(enable = true))
58
browserFeatures.splitOmnibar().setRawStoredState(Toggle.State(enable = true))
59
createTestee()
0 commit comments