Skip to content

Commit a578947

Browse files
committed
profile test: Have displayInProfileSummary default to false, not true
This is the default when someone actually creates a custom profile field, so the more realistic default for test data.
1 parent c5e1d23 commit a578947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widgets/profile_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ CustomProfileField mkCustomProfileField(
8484
name: 'field$id',
8585
hint: 'hint$id',
8686
fieldData: fieldData ?? '',
87-
displayInProfileSummary: displayInProfileSummary ?? true,
87+
displayInProfileSummary: displayInProfileSummary ?? false,
8888
);
8989
}
9090

0 commit comments

Comments
 (0)