added testcase

This commit is contained in:
Josh Yan 2024-06-03 17:28:05 -07:00
parent e21e6b2a33
commit 5dc5a295bf

View File

@ -20,7 +20,7 @@ func TestHumanNumber(t *testing.T) {
{1000000000, "1.00B"},
{2800000000, "2.80B"},
{2850000000, "2.85B"},
{28550000000, "2B.6B"},
{28550000000, "28.6B"},
{1000000000000, "1.00T"},
}