Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Remove some tests (#17)
Browse files Browse the repository at this point in the history
* Removed some tests
Removed tests about coin details as this will a property of the Network object.
Removed tests about premining as this should be in the FN
Removed those checking that nodebuilder can start a node properly

* use findPorts from Stratis.Bitcoin.IntegrationTestsCommon

* Removed some tests that exist in FN
Adapted blockChaingeneration

* added back correctly_identify_sidechain
  • Loading branch information
bokobza authored and monsieurleberre committed Jun 12, 2018
1 parent 05e55fb commit 16c8ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SidechainFunder_Can.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ public void CreateMembers()
string sidechain_folder = @"..\..\..\..\..\assets";

using (var nodeBuilder = NodeBuilder.Create(this))
using (SidechainIdentifier.Create("enigma", sidechain_folder))
// using (SidechainIdentifier.Create("enigma", sidechain_folder))
{
SidechainIdentifier.Instance.Name.Should().Be("enigma");


//creates the federation folder
var fedFolder = new TestFederationFolder();

Expand Down

0 comments on commit 16c8ee0

Please sign in to comment.