Skip to content

Commit 3469ab4

Browse files
sssurveysteve-the-edwards
authored andcommitted
revert: mistake
1 parent bb1821c commit 3469ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tutorial/Tutorial5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class WelcomeWorkflowTest {
318318
// Start with a name already entered.
319319
WelcomeWorkflow
320320
.testRender(
321-
initialState = WelcomeWorkflow.State(username = "Ada"),
321+
initialState = WelcomeWorkflow.State(name = "Ada"),
322322
props = Unit
323323
)
324324
// Simulate a log in button tap.

0 commit comments

Comments
 (0)