Skip to content

Commit f4dcb4e

Browse files
committed
refactor: Update error handling in transaction history flow tests
1 parent b8f36ac commit f4dcb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/test_suites/transaction_history_flow_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void main() {
2323
// Set up error handling to prevent FlutterError.onError assertion
2424
FlutterError.onError = (FlutterErrorDetails details) {
2525
// We log the error but don't throw it
26-
print('FlutterError caught: ${details.exception}');
26+
debugPrint('FlutterError caught: ${details.exception}');
2727
};
2828

2929
commonTestFlows = CommonTestFlows(tester);

0 commit comments

Comments
 (0)