Skip to content

Commit

Permalink
update tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tbd committed Aug 6, 2024
1 parent 5e1499a commit 42675eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/payment/payment_review_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main() async {
mockTbdexQuoteNotifier = MockTbdexQuoteNotifier();

when(
() => mockTbdexService.submitOrder(any(), any(), any()),
() => mockTbdexService.sendOrder(any(), any(), any()),
).thenAnswer((_) async => order);

when(
Expand Down

0 comments on commit 42675eb

Please sign in to comment.