10 lines
106 B
Go
10 lines
106 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestCheck_actor(t *testing.T) {
|
|
// Currently not implemented
|
|
}
|