Merge branch 'f-filter-by-create-index' of github.com:hashicorp/nomad into f-filter-by-create-index

This commit is contained in:
Preetha Appan
2019-05-15 21:17:34 -05:00

View File

@@ -565,7 +565,6 @@ func TestStateStore_OldDeployment(t *testing.T) {
require.Nil(err)
require.Len(deploys, 1)
require.Equal(deploy1.ID, deploys[0].ID)
}
func TestStateStore_DeleteDeployment(t *testing.T) {