File: validation_test.go

package info (click to toggle)
golang-github-go-ap-activitypub 0.0~git20250501.71edba4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 920 kB
  • sloc: makefile: 26
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
package activitypub

import "testing"

func TestDefaultValidator_Validate(t *testing.T) {
	t.Skipf("TODO")
}