Commit cce28014 authored by Armon Dadgar's avatar Armon Dadgar
Browse files

nomad: fixing test

Showing with 2 additions and 2 deletions
+2 -2
......@@ -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)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment