From 58995fc87ba3a756065cc55e489087b02cbea017 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Sun, 1 Oct 2017 14:55:20 +0200 Subject: [PATCH] Renamed basic integration test --- tests/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test.go b/tests/integration_test.go index 1f55da9..2834838 100644 --- a/tests/integration_test.go +++ b/tests/integration_test.go @@ -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"