diff --git a/nomad/plan_apply_test.go b/nomad/plan_apply_test.go new file mode 100644 index 000000000..911ce2e5d --- /dev/null +++ b/nomad/plan_apply_test.go @@ -0,0 +1,7 @@ +package nomad + +import "testing" + +func TestPlanApply(t *testing.T) { + // TODO +} diff --git a/nomad/worker_test.go b/nomad/worker_test.go new file mode 100644 index 000000000..428f7e2de --- /dev/null +++ b/nomad/worker_test.go @@ -0,0 +1,7 @@ +package nomad + +import "testing" + +func TestWorker(t *testing.T) { + // TODO +}