Skip to content

Commit

Permalink
Fix wrong test name
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Dec 31, 2024
1 parent 36c229b commit 7b973cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class WooSitesVisibilityViewModelTest : BaseUnitTest() {
}

@Test
fun `given updating notification settings fails, when tapping save, then exit with result`() =
fun `given updating notification settings fails, when tapping save, then error dialog is shown`() =
testBlocking {
whenever(notificationStore.updateNotificationSettingsFor(any()))
.thenReturn(
Expand Down

0 comments on commit 7b973cc

Please sign in to comment.