0x4a52466c696e74 2 سال پیش
والد
کامیت
aa7477b1f7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      json/z_test.go

+ 1 - 1
json/z_test.go

@@ -23,7 +23,7 @@ func TestJSON(t *testing.T) {
 	t.Log(m.Map("m2", Map{}))
 	t.Log(string(m.JSON()))
 	t.Log(string(m.JSONIndent("", "\t")))
-	t.Log(m.StringMust("fl", ""))
+	t.Log(m.StringVal("fl", ""))
 }
 
 func TestInterface(t *testing.T) {