Skip to content

Commit

Permalink
Fix test (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Mar 4, 2024
1 parent 5b00b97 commit 374ab79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ main() {
});

test('null: returns an empty list', () {
expect(getTypedView({childrenKey: null}).children, same(const []));
expect(getTypedView({childrenKey: null}).children, same(const <ReactNode>[]));
});

test('a single child: wraps in a list', () {
Expand Down

0 comments on commit 374ab79

Please sign in to comment.