Skip to content

Commit

Permalink
Remove meaningless UT (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Dec 2, 2019
1 parent a4f135d commit e552255
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/neo.UnitTests/Ledger/UT_Blockchain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ public void Initialize()
Blockchain.Singleton.MemPool.TryAdd(txSample.Hash, txSample);
}

[TestMethod]
public void TestConstructor()
{
system.ActorSystem.ActorOf(Blockchain.Props(system, Blockchain.Singleton.Store)).Should().NotBeSameAs(system.Blockchain);
}

[TestMethod]
public void TestContainsBlock()
{
Expand Down

0 comments on commit e552255

Please sign in to comment.