Fixed name of a test

This commit is contained in:
Diptanu Choudhury 2016-06-22 13:04:44 -07:00
parent 0fe8746692
commit e43c460534
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ func TestCoreScheduler_EvalGC_Batch_Allocs_WithRunningJob(t *testing.T) {
}
}
func TestCoreScheduler_EvalGC_Batch_Allocs_WithJobInTerminalJob(t *testing.T) {
func TestCoreScheduler_EvalGC_Batch_Allocs_WithTerminalJob(t *testing.T) {
s1 := testServer(t, nil)
defer s1.Shutdown()
testutil.WaitForLeader(t, s1.RPC)
@ -314,7 +314,7 @@ func TestCoreScheduler_EvalGC_Batch_Allocs_WithJobInTerminalJob(t *testing.T) {
t.Fatalf("err: %v", err)
}
// Shouldn't be gone because there are associated allocs.
// The job and it's associated alloc and eval should be gone
out, err := state.EvalByID(eval.ID)
if err != nil {
t.Fatalf("err: %v", err)