Renamed basic integration test

This commit is contained in:
Marius Orcsik 2017-10-01 14:55:20 +02:00
parent f811f14bd3
commit 58995fc87b
No known key found for this signature in database
GPG key ID: C36D1EBE93A6EEAE

View file

@ -6,7 +6,7 @@ import (
"jsonld"
)
func Test_AcceptSerialization(t *testing.T) {
func TestAcceptSerialization(t *testing.T) {
o := activitypub.AcceptNew("https://localhost/myactivity")
o.Name = make(activitypub.NaturalLanguageValue, 1)
o.Name["en"] = "test"