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 c11c843 commit 106bc1dCopy full SHA for 106bc1d
app/src/test/java/com/duckduckgo/app/tabs/ui/TabSwitcherViewModelTest.kt
@@ -567,7 +567,7 @@ class TabSwitcherViewModelTest {
567
}
568
569
@Test
570
- fun `when Animation Tile positive button clicked then Animation Tile is removed`() = runTest {
+ fun `when Animation Tile negative button clicked then Animation Tile is removed`() = runTest {
571
initializeViewModel(FakeTabSwitcherDataStore())
572
573
tabSwitcherAnimationFeature.self().setRawStoredState(State(enable = true))
0 commit comments