Skip to content

Commit 964102e

Browse files
committed
update test expectation
1 parent 60d0b3a commit 964102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/json_serializable_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void main() {
100100

101101
expect(output, isNotNull);
102102

103-
expect(output, contains('json[\'children\']?.map('));
103+
expect(output, contains('(json[\'children\'] as List)?.map('));
104104
});
105105
});
106106

0 commit comments

Comments
 (0)