diff --git a/nomad/state/state_store_test.go b/nomad/state/state_store_test.go index 8ed2a0ca2..29d6d135d 100644 --- a/nomad/state/state_store_test.go +++ b/nomad/state/state_store_test.go @@ -5694,7 +5694,7 @@ func TestStateStore_DeleteVaultAccessors(t *testing.T) { if err != nil { t.Fatalf("err: %v", err) } - if index != 1000 { + if index != 1001 { t.Fatalf("bad: %d", index) } @@ -5877,7 +5877,7 @@ func TestStateStore_UpsertACLPolicy(t *testing.T) { if err != nil { t.Fatalf("err: %v", err) } - if index != 1001 { + if index != 1000 { t.Fatalf("bad: %d", index) }