correct expectation for exceptZero

This commit is contained in:
Frank Yung-Fong Tang 2020-04-20 14:21:45 -07:00 committed by Rick Waldron
parent 52ec5850d6
commit 7bb81a4ee0

View File

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