You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments