yjp hai 8 meses
pai
achega
95b39eea6d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      money/money_test.go

+ 6 - 0
money/money_test.go

@@ -9,3 +9,9 @@ func TestYuan2Fen(t *testing.T) {
 		t.Fatal("元转换为分错误")
 	}
 }
+
+func TestFen2Yuan(t *testing.T) {
+	if float32(Fen2Yuan(120)) != 1.2 {
+		t.Fatal("分转换为元错误")
+	}
+}