This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/src/jsonld/decode_test.go

8 lines
122 B
Go
Raw Normal View History

2018-03-25 17:35:10 +00:00
package jsonld
import "testing"
func TestPayloadWithContext_UnmarshalJSON(t *testing.T) {
t.Skipf("Not implemented")
}