nomad: test placeholders
This commit is contained in:
parent
3c2a16038b
commit
8bed5f724f
7
nomad/plan_apply_test.go
Normal file
7
nomad/plan_apply_test.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package nomad
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestPlanApply(t *testing.T) {
|
||||
// TODO
|
||||
}
|
7
nomad/worker_test.go
Normal file
7
nomad/worker_test.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package nomad
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWorker(t *testing.T) {
|
||||
// TODO
|
||||
}
|
Loading…
Reference in a new issue