From af91c5f4bbb2702004ddceeb6626a8f74cdafda3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:57:49 +0000 Subject: [PATCH] spelling: deployment --- nomad/core_sched_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/core_sched_test.go b/nomad/core_sched_test.go index f6b3321c6..73be7162e 100644 --- a/nomad/core_sched_test.go +++ b/nomad/core_sched_test.go @@ -1604,7 +1604,7 @@ func TestCoreScheduler_DeploymentGC(t *testing.T) { // COMPAT Remove in 0.6: Reset the FSM time table since we reconcile which sets index 0 s1.fsm.timetable.table = make([]TimeTableEntry, 1, 10) - // Insert an active, terminal, and terminal with allocations edeployment + // Insert an active, terminal, and terminal with allocations deployment state := s1.fsm.State() d1, d2, d3 := mock.Deployment(), mock.Deployment(), mock.Deployment() d1.Status = structs.DeploymentStatusFailed