From 5dc5a295bfb93949a8176c15b89eef6e3d0ae82e Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Mon, 3 Jun 2024 17:28:05 -0700 Subject: [PATCH] added testcase --- format/format_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/format_test.go b/format/format_test.go index 1dbe8174d..ae0d9e3e0 100644 --- a/format/format_test.go +++ b/format/format_test.go @@ -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"}, }