spelling: rescheduling

This commit is contained in:
Josh Soref 2018-03-11 18:40:32 +00:00
parent fdd7b5ee9d
commit 4e40338cfa
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ func TestCoreScheduler_EvalGC(t *testing.T) {
}
// Tests GC behavior on allocations being rescheduled
func TestCoreScheduler_EvalGC_ReshedulingAllocs(t *testing.T) {
func TestCoreScheduler_EvalGC_ReschedulingAllocs(t *testing.T) {
t.Parallel()
s1 := TestServer(t, nil)
defer s1.Shutdown()

View File

@ -2715,7 +2715,7 @@ func TestAllocation_ShouldReschedule(t *testing.T) {
ShouldReschedule: false,
},
{
Desc: "Disabled recheduling",
Desc: "Disabled rescheduling",
ClientStatus: AllocClientStatusFailed,
DesiredStatus: AllocDesiredStatusRun,
FailTime: fail,