From b3a4fef49a599fa6e1de30a95e31f6ee082f274f Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Tue, 3 Dec 2019 20:12:47 +0100 Subject: [PATCH] Fixed the test value for last failing test --- unmarshalling_with_mocks_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unmarshalling_with_mocks_test.go b/unmarshalling_with_mocks_test.go index 2f28ddd..5f6e49c 100644 --- a/unmarshalling_with_mocks_test.go +++ b/unmarshalling_with_mocks_test.go @@ -310,7 +310,13 @@ var allTests = testMaps{ ID: ObjectID("http://example.com/accounts/ana"), Type: PersonType, Name: NaturalLanguageValues{{NilLangRef, "ana"}}, + PreferredUsername: NaturalLanguageValues{{NilLangRef, "ana"}}, URL: IRI("http://example.com/accounts/ana"), + Outbox: &OrderedCollection{ + ID: "http://example.com/accounts/ana/outbox", + Type: OrderedCollectionType, + URL: IRI("http://example.com/outbox"), + }, }, }, "ordered_collection": testPair{