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/validation_test.go

8 lines
109 B
Go
Raw Permalink Normal View History

2019-08-21 20:33:18 +00:00
package activitypub
import "testing"
func TestDefaultValidator_Validate(t *testing.T) {
t.Skipf("TODO")
}