From cce2801469f098a65e7fd76bb43c806437f7f7ec Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 4 Sep 2017 13:21:01 -0700 Subject: [PATCH] nomad: fixing test --- nomad/state/state_store_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }