Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casvanluijtelaar committed Jun 10, 2022
1 parent 6bdf0ee commit c4ed573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/reorderable_grid_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ class _TestGridState extends State<TestGrid> {
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: widget.crossAxisCount,
),
reverse: widget.reverse,
itemBuilder: (BuildContext context, int index) {
return Container(
key: ValueKey<int>(items[index]),
Expand Down

0 comments on commit c4ed573

Please sign in to comment.