Skip to content

Commit

Permalink
chore(e2e): remove useless context object in EventCreationE2ETest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafouche committed Dec 5, 2024
1 parent b3c51eb commit 3c301fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class EventCreationE2ETest : EndToEndTest() {
.performTextInput(EVENT_DESCRIPTION)

// Handle the image picker
val context = InstrumentationRegistry.getInstrumentation().targetContext
val resourceId = R.drawable.chooseyourcoach
val fakeImageUri = Uri.parse("android.resource://${context.packageName}/$resourceId")
val resultData = Intent()
Expand Down

0 comments on commit 3c301fb

Please sign in to comment.