Changes
1 changed files (+1/-1)
-
-
@@ -124,7 +124,7 @@ func TestPutCustomAttributeDefinitionOK(t *testing.T) {bar := v.Ok.CustomAttributeDefinition[1].GetDisplayName() if bar != "Bar" { t.Fatalf("Expected \"Bar\", got \"%s\"", foo) t.Fatalf("Expected \"Bar\", got \"%s\"", bar) } } }
-