Skip to content

Commit e2d6b31

Browse files
committed
fix: test
1 parent 8a6f1d3 commit e2d6b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_news_example/api/test/src/data/news_data_source_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ void main() {
307307
newsDataSource.getCategories(),
308308
completion([
309309
Category(id: 'top', name: 'Top'),
310-
Category(id: 'technology', name: 'Technology'),
311310
Category(id: 'sports', name: 'Sports'),
311+
Category(id: 'technology', name: 'Technology'),
312312
Category(id: 'health', name: 'Health'),
313313
Category(id: 'science', name: 'Science'),
314314
]),

0 commit comments

Comments
 (0)