Skip to content

Commit

Permalink
correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Dec 26, 2024
1 parent 034fd9c commit 6a2ca2c
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5287,16 +5287,17 @@ class StateFragmentTest {
scrollToViewType(NEXT_NAVIGATION_BUTTON)
onView(withId(R.id.next_state_navigation_button)).perform(click())

val expectedDescription = """
"Very good!" said Uncle Berry. He looked at the kitchen table and saw that James had a jug of
orange puree that hadn't been used.
"Now, James," he said, "I know a good recipe for orange smoothie. It requires mixing orange
puree and milk in the ratio 3:2. Can you tell me which of the following pictures shows a 3:2
ratio of orange puree to milk?"
(Note: The orange puree is orange, and the milk is white.)
""".trimIndent()
val expectedDescription =
"""
"Very good!" said Uncle Berry. He looked at the kitchen table and saw that James had a jug
of orange puree that hadn't been used.
"Now, James," he said, "I know a good recipe for orange smoothie. It requires mixing orange
puree and milk in the ratio 3:2. Can you tell me which of the following pictures shows a 3:2
ratio of orange puree to milk?"
(Note: The orange puree is orange, and the milk is white.)
""".trimIndent()

onView(withId(R.id.content_text_view))
.check(matches(withText(expectedDescription)))
Expand Down

0 comments on commit 6a2ca2c

Please sign in to comment.