diff --git a/tests/funtional/recoverability_test.go b/tests/funtional/recoverability_test.go index 1857716b..54daf8fa 100644 --- a/tests/funtional/recoverability_test.go +++ b/tests/funtional/recoverability_test.go @@ -45,7 +45,7 @@ var _ = Describe("TFS-03: Recoverability testing", func() { blockchain.Finalize() }) - It("TFS-04-01: Add validators in a network with < 2F+1 validators to > 2F+1", func(done Done) { + It("TFS-03-01: Add validators in a network with < 2F+1 validators to > 2F+1", func(done Done) { By("The consensus should work at the beginning", func() { tests.WaitFor(blockchain.Validators(), func(geth container.Ethereum, wg *sync.WaitGroup) { Expect(geth.WaitForBlocks(5)).To(BeNil()) diff --git a/tests/quorum/functional/recoverability_test.go b/tests/quorum/functional/recoverability_test.go index 0658bc65..7e8395bc 100644 --- a/tests/quorum/functional/recoverability_test.go +++ b/tests/quorum/functional/recoverability_test.go @@ -50,7 +50,7 @@ var _ = Describe("QFS-03: Recoverability testing", func() { constellationNetwork.Finalize() }) - It("QFS-04-01: Add validators in a network with < 2F+1 validators to > 2F+1", func(done Done) { + It("QFS-03-01: Add validators in a network with < 2F+1 validators to > 2F+1", func(done Done) { By("The consensus should work at the beginning", func() { tests.WaitFor(blockchain.Validators(), func(geth container.Ethereum, wg *sync.WaitGroup) { Expect(geth.WaitForBlocks(5)).To(BeNil())