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

8 lines
96 B
Go

package activitypub
import "testing"
func TestFollowingNew(t *testing.T) {
t.Skipf("TODO")
}