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