Skip to content

Commit

Permalink
Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin committed Dec 16, 2024
1 parent a762525 commit 6d609a4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified test/async_paginated_fixed_3_3_colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/data_table_2_data_column_2_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ void main() {
await tester.pumpWidget(buildTable(selected: true));
expect(
lastTableRowBoxDecoration().color,
themeData.colorScheme.primary..withValues(alpha: 0.08),
themeData.colorScheme.primary.withValues(alpha: 0.08),
);
});

Expand Down
Binary file modified test/fixed_2_2_divider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixed_3_3_colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/paginated_fixed_3_3_colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d609a4

Please sign in to comment.