tests: numbers are mismatch in Description

This commit is contained in:
Edwin 2017-09-06 10:58:17 +08:00
parent 1159e96b1f
commit 7db79fa088
2 changed files with 2 additions and 2 deletions

View File

@ -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())

View File

@ -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())