Changes
1 changed files (+2/-2)
-
-
@@ -11,8 +11,8 @@ func TestLinkNew(t *testing.T) {l := LinkNew(testValue, testType) if l.Id != testValue { t.Errorf("APObject Id '%v' different than expected '%v'", l.Id, testValue) if l.ID != testValue { t.Errorf("APObject Id '%v' different than expected '%v'", l.ID, testValue) } if l.Type != LinkType { t.Errorf("APObject Type '%v' different than expected '%v'", l.Type, LinkType)
-