Renamed the Unmarshal test

This commit is contained in:
Marius Orcsik 2019-02-19 11:21:05 +01:00
parent fa236c4d33
commit 1b855f7673
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

View file

@ -444,7 +444,7 @@ func getFileContents(path string) ([]byte, error) {
return data, nil
}
func Test_ActivityPubUnmarshall(t *testing.T) {
func TestUnmarshal(t *testing.T) {
var err error
var f = t.Errorf