Changes
2 changed files (+3/-3)
-
-
@@ -2,6 +2,6 @@ module github.com/go-ap/activitypubrequire ( github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd github.com/go-ap/activitystreams v0.0.0-20190621152349-7d4dd99336d5 github.com/go-ap/jsonld v0.0.0-20190611133029-f14cb36cc09c github.com/go-ap/activitystreams v0.0.0-20190706101500-3072014ce9d9 github.com/go-ap/jsonld v0.0.0-20190630153951-3e340483bd9f )
-
-
-
@@ -68,7 +68,7 @@ func TestGetAPSource(t *testing.T) {a := GetAPSource(data) if a.Content.First() != "test" { if a.Content.First().String() != "test" { t.Errorf("Content didn't match test value. Received %q, expecting %q", a.Content, "test") } if a.MediaType != "text/plain" {
-