Skip to content

Commit

Permalink
revert role UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed May 16, 2024
1 parent e5540ed commit 372eb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Neo.UnitTests/SmartContract/Native/UT_RoleManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public void TestSetAndGet()
publicKeys[0] = key1.PublicKey;
publicKeys[1] = key2.PublicKey;
publicKeys = publicKeys.OrderBy(p => p).ToArray();
// Notary effect after the fork.
List<Role> roles = new List<Role>() { Role.StateValidator, Role.Oracle, Role.NeoFSAlphabetNode };//, Role.P2PNotary };

List<Role> roles = new List<Role>() { Role.StateValidator, Role.Oracle, Role.NeoFSAlphabetNode, Role.P2PNotary };
foreach (var role in roles)
{
var snapshot1 = _snapshot.CreateSnapshot();
Expand Down

0 comments on commit 372eb6e

Please sign in to comment.