correct expectation for exceptZero

This commit is contained in:
Frank Yung-Fong Tang 2020-04-20 14:19:20 -07:00 committed by Rick Waldron
parent 7aa12918ec
commit 6b3b5c100a
1 changed files with 3 additions and 3 deletions

View File

@ -40,10 +40,10 @@ const tests = [
[
"exceptZero",
"($987.00)",
"($0.00)",
"($0.00)",
"$0.00",
"+$0.00",
"$0.00",
"$0.00",
"$0.00",
"+$987.00",
],
];