Skip to content

Commit 8e02a69

Browse files
authored
Update headline_reactions.dart
Signed-off-by: fulleni <fulleni@hotmail.com>
1 parent b1110a4 commit 8e02a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/fixtures/headline_reactions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final List<Reaction> reactionsFixturesData = () {
77
const reactionTypes = ReactionType.values;
88

99
// Create 100 reactions, cycling through the available reaction types.
10-
for (var i = 0; i < 10; i++) {
10+
for (var i = 0; i < 100; i++) {
1111
reactions.add(
1212
Reaction(reactionType: reactionTypes[i % reactionTypes.length]),
1313
);

0 commit comments

Comments
 (0)