Skip to content

Commit 106bc1d

Browse files
committed
Fix test name
1 parent c11c843 commit 106bc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/com/duckduckgo/app/tabs/ui/TabSwitcherViewModelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ class TabSwitcherViewModelTest {
567567
}
568568

569569
@Test
570-
fun `when Animation Tile positive button clicked then Animation Tile is removed`() = runTest {
570+
fun `when Animation Tile negative button clicked then Animation Tile is removed`() = runTest {
571571
initializeViewModel(FakeTabSwitcherDataStore())
572572

573573
tabSwitcherAnimationFeature.self().setRawStoredState(State(enable = true))

0 commit comments

Comments
 (0)