Commit 16af4d0
committed
fix(sdk-coin-flrp): use regex in rejectedWith to match error substring
chai-as-promised rejectedWith(string) does exact match; use a regex
for partial matching of the HTTP 400 error message in the
createPairedWallet test.
Ticket: SI-2871 parent aecf9e8 commit 16af4d0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
0 commit comments