Skip to content

Commit

Permalink
Remove const from multi sliver test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavantix committed Jul 17, 2023
1 parent 41c98b8 commit ee06da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multi_sliver_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ void multiSliverTests() {
physics: const UnconstrainedScollPhysics(),
slivers: [
const SliverPinnedHeader(child: SizedBox(height: 56)),
const MultiSliver(children: [
MultiSliver(children: const [
// This height being smaller than the pinned height caused an exception before 0.2.2
SizedBox(height: 30),
]),
Expand Down

0 comments on commit ee06da0

Please sign in to comment.