fedilogue/fedilogger/retrieve_test.go

10 lines
106 B
Go
Raw Normal View History

2021-09-30 00:29:40 +00:00
package main
import (
"testing"
)
func TestCheck_actor(t *testing.T) {
2022-01-01 02:26:39 +00:00
// Currently not implemented
2021-09-30 00:29:40 +00:00
}