Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
CreateProfileActivity: remove unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilababayeva committed May 9, 2022
1 parent 28195e1 commit 317c9fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class CreateProfileActivityTest {

Intents.intended(IntentMatchers.hasComponent(ProfileActivity::class.java.name))
Intents.intended(IntentMatchers.hasExtra("email", mockEmail))
Intents.intended(IntentMatchers.hasExtra("isUnitTest", true))
}

}

0 comments on commit 317c9fc

Please sign in to comment.