Skip to content

Commit

Permalink
Adjusted action to run flutter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Aug 15, 2023
1 parent 6adb0e8 commit e245b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
- name: Run tests
run: dart test
run: flutter test
1 change: 1 addition & 0 deletions test/adyen_checkout_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class MockAdyenCheckoutPlatform
}

void main() {
TestWidgetsFlutterBinding.ensureInitialized();
final AdyenCheckout initialPlatform = AdyenCheckout();

test('$AdyenCheckout is the default instance', () {
Expand Down

0 comments on commit e245b66

Please sign in to comment.