agent: fixing test names

This commit is contained in:
Armon Dadgar 2015-09-06 14:15:29 -07:00
parent 11e05e7cc0
commit 479a9255d6

View file

@ -292,7 +292,7 @@ func TestHTTP_JobForceEvaluate(t *testing.T) {
})
}
func TestHTTP_JobAllocations(t *testing.T) {
func TestHTTP_JobEvaluations(t *testing.T) {
httpTest(t, nil, func(s *TestServer) {
// Create the job
job := mock.Job()
@ -337,7 +337,7 @@ func TestHTTP_JobAllocations(t *testing.T) {
})
}
func TestHTTP_JobEvaluations(t *testing.T) {
func TestHTTP_JobAllocations(t *testing.T) {
httpTest(t, nil, func(s *TestServer) {
// Create the job
job := mock.Job()