0x4a52466c696e74 il y a 2 ans
Parent
commit
aa7477b1f7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {