Skip to content

Commit

Permalink
Remove UT_Culture (#1529)
Browse files Browse the repository at this point in the history
* Optimize the wallet UT

* Optimize wallet UT test

* Test 2 culture

* Code optimization

* Delete UT_Culture

Co-authored-by: erikzhang <[email protected]>
Co-authored-by: Jin Qiao <[email protected]>
  • Loading branch information
3 people committed Apr 3, 2020
1 parent 98ec169 commit 2fad68a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 110 deletions.
1 change: 0 additions & 1 deletion tests/neo.UnitTests/Network/P2P/UT_RemoteNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Neo.UnitTests.Network.P2P
{
[TestClass]
[NotReRunnable]
public class UT_RemoteNode : TestKit
{
private static NeoSystem testBlockchain;
Expand Down
1 change: 0 additions & 1 deletion tests/neo.UnitTests/Network/P2P/UT_RemoteNodeMailbox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace Neo.UnitTests.Network.P2P
{
[TestClass]
[NotReRunnable]
public class UT_RemoteNodeMailbox : TestKit
{
private static readonly Random TestRandom = new Random(1337); // use fixed seed for guaranteed determinism
Expand Down
108 changes: 0 additions & 108 deletions tests/neo.UnitTests/UT_Culture.cs

This file was deleted.

0 comments on commit 2fad68a

Please sign in to comment.