Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Sep 26, 2022
1 parent 36c4be0 commit c90643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/categories/categories_cubit_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void main() {
expect(
categoriesCubit1.state,
CategoriesLoaded(
categories: [...defaultCategories,c2],
categories: [...defaultCategories, c2],
defaultCategory: defaultCategory,
),
);
Expand Down

0 comments on commit c90643d

Please sign in to comment.