Skip to content

Commit 2087d58

Browse files
committed
test(headline): update props count and list in headline test
- Decrease expected props length from 13 to 12 - Update props list to reflect the correct number of properties
1 parent 1c2ae70 commit 2087d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/models/entities/headline_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void main() {
6262
});
6363

6464
test('props list should contain all relevant fields', () {
65-
expect(headlineFixture.props.length, 13);
65+
expect(headlineFixture.props.length, 12);
6666
expect(headlineFixture.props, [
6767
headlineFixture.id,
6868
headlineFixture.title,

0 commit comments

Comments
 (0)