Skip to content

Commit 83d0f3f

Browse files
committed
refactor: Rename type to sourceType in Source model
1 parent dab20e0 commit 83d0f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/models/user-preferences/user_content_preferences_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void main() {
1515
id: 'source-1',
1616
name: 'Example News',
1717
url: 'http://example.com',
18-
type: SourceType.newsAgency,
18+
sourceType: SourceType.newsAgency,
1919
);
2020
final mockCategory = Category(id: 'category-1', name: 'Technology');
2121
final mockHeadline = Headline(

0 commit comments

Comments
 (0)