Commit 3c55303
committed
fix(types): fix NumericError message causing test failures
The error message for NumericError::Overflow had an extra space between "a" and "value",
which was causing unexpected test failures due to string comparison mismatches.
This commit removes the extra space to ensure error messages match expected test outputs.1 parent 870efdf commit 3c55303
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments