We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2ae70 commit 2087d58Copy full SHA for 2087d58
test/src/models/entities/headline_test.dart
@@ -62,7 +62,7 @@ void main() {
62
});
63
64
test('props list should contain all relevant fields', () {
65
- expect(headlineFixture.props.length, 13);
+ expect(headlineFixture.props.length, 12);
66
expect(headlineFixture.props, [
67
headlineFixture.id,
68
headlineFixture.title,
0 commit comments