0x4a52466c696e74 hace 2 años
padre
commit
aa7477b1f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {