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 a78a06f commit bf6fe27Copy full SHA for bf6fe27
WordPress/src/test/java/org/wordpress/android/ui/sitecreation/SiteCreationMainVMTest.kt
@@ -374,7 +374,7 @@ class SiteCreationMainVMTest : BaseUnitTest() {
374
val newViewModel = getNewViewModel()
375
newViewModel.start(savedInstanceState, SiteCreationSource.UNSPECIFIED)
376
377
- verify(wizardManager).setCurrentStepIndex(0)
+ assertEquals(0, wizardManager.currentStep)
378
}
379
380
private fun currentWizardState(vm: SiteCreationMainVM) = vm.navigationTargetObservable.lastEvent!!.wizardState
0 commit comments