Skip to content

Commit

Permalink
Fix the build (hyperledger#3962)
Browse files Browse the repository at this point in the history
The commit hyperledger@116551e added a scenario test that uses the FullEtcdRaft() network.  This had been removed in an earlier commit.
Teh test has been changed to use BasicEtcRaft()

Signed-off-by: andrew-coleman <[email protected]>
  • Loading branch information
andrew-coleman authored Jan 27, 2023
1 parent 2df9a8f commit fcc1cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ var _ = Describe("EndToEnd", func() {
var process ifrit.Process

BeforeEach(func() {
network = nwo.New(nwo.FullEtcdRaft(), testDir, client, StartPort(), components)
network = nwo.New(nwo.BasicEtcdRaft(), testDir, client, StartPort(), components)

network.GenerateConfigTree()
network.Bootstrap()
Expand Down

0 comments on commit fcc1cbb

Please sign in to comment.