Skip to content

Commit

Permalink
Renamed method in test class
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 3, 2024
1 parent 1355dfc commit e7e814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adyen_checkout_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MockAdyenCheckoutPlatform implements CheckoutPlatformInterface {
}

@override
Future<void> invalidateSession() async {
Future<void> clearSession() async {
return;
}
}
Expand Down

0 comments on commit e7e814e

Please sign in to comment.