Skip to content

Commit

Permalink
test: Fix color on test
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 29, 2024
1 parent 2023158 commit 858541d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI - Pull Request
on:
# pull_request_target:
pull_request:
pull_request_target:

# Pull Request Runs on the same branch will be cancelled
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion test/src/theme/color_extensions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void main() {
expect(color.onColor, ZetaPrimitivesLight().pure.shade0);

const lightColor = Colors.white;
expect(lightColor.onColor, ZetaPrimitivesLight().warm.shade90);
expect(lightColor.onColor, Colors.black87);
});

test('isLight returns true for light colors', () {
Expand Down

0 comments on commit 858541d

Please sign in to comment.