From 297b6eeaaa136f9166e6f5937b5fca917e12fb5b Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:59:30 +0100 Subject: [chore] internal/ap: add pollable AS types, code reformatting, general niceties (#2248) --- internal/ap/resolve_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/ap/resolve_test.go') diff --git a/internal/ap/resolve_test.go b/internal/ap/resolve_test.go index efb56b1c4..5ec1c4234 100644 --- a/internal/ap/resolve_test.go +++ b/internal/ap/resolve_test.go @@ -43,7 +43,7 @@ func (suite *ResolveTestSuite) TestResolveDocumentAsAccountable() { accountable, err := ap.ResolveAccountable(context.Background(), b) suite.True(gtserror.WrongType(err)) - suite.EqualError(err, "ResolveAccountable: could not resolve *typedocument.ActivityStreamsDocument to Accountable") + suite.EqualError(err, "ResolveAccountable: cannot resolve vocab type *typedocument.ActivityStreamsDocument as accountable") suite.Nil(accountable) } -- cgit v1.2.3