mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
8 lines
117 B
Go
8 lines
117 B
Go
package executor
|
|
|
|
import "testing"
|
|
|
|
func TestExecutorBasic(t *testing.T) {
|
|
testExecutor(t, NewBasicExecutor, nil)
|
|
}
|