Skip to content

Commit

Permalink
Fix leftover argument from cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiamboperes committed Feb 21, 2025
1 parent 7c76a2c commit 67ce1cc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ class CreateProfileFragmentTest {

val expectedParams = IntroActivityParams.newBuilder()
.setProfileNickname("John")
.setProfileId(0)
.setParentScreen(IntroActivityParams.ParentScreen.CREATE_PROFILE_SCREEN)
.build()

Expand Down Expand Up @@ -285,7 +284,6 @@ class CreateProfileFragmentTest {
val expectedParams =
IntroActivityParams.newBuilder()
.setProfileNickname("John")
.setProfileId(0)
.setParentScreen(IntroActivityParams.ParentScreen.CREATE_PROFILE_SCREEN)
.build()

Expand Down Expand Up @@ -337,7 +335,6 @@ class CreateProfileFragmentTest {

val expectedParams = IntroActivityParams.newBuilder()
.setProfileNickname("John")
.setProfileId(0)
.setParentScreen(IntroActivityParams.ParentScreen.CREATE_PROFILE_SCREEN)
.build()
intended(
Expand Down Expand Up @@ -403,7 +400,6 @@ class CreateProfileFragmentTest {

val expectedParams = IntroActivityParams.newBuilder()
.setProfileNickname("John")
.setProfileId(0)
.setParentScreen(IntroActivityParams.ParentScreen.CREATE_PROFILE_SCREEN)
.build()

Expand Down

0 comments on commit 67ce1cc

Please sign in to comment.