Skip to content

Commit

Permalink
[send_tx_dart_test] fix typo in exception
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 25, 2023
1 parent 129097f commit a7a3c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/service/tx/lib/send_tx_dart_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main() {
print('ExtrinsicFailed');
logDispatchError(report.dispatchError!);
} else {
throw Exception('Unidentified Extrinsics Result');
throw Exception('Unidentified Extrinsic Result');
}
});

Expand Down

0 comments on commit a7a3c95

Please sign in to comment.