Skip to content

Commit

Permalink
Enable the "allow bonding in existing network" test
Browse files Browse the repository at this point in the history
  • Loading branch information
KentShikama committed Jan 31, 2019
1 parent e55be5d commit 0ec3d81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -906,7 +906,7 @@ class HashSetCasperTest extends FlatSpec with Matchers {
} yield result
}

it should "allow bonding in an existing network" ignore effectTest {
it should "allow bonding in an existing network" in effectTest {
def deployment(i: Int): DeployData =
ProtoUtil.sourceDeploy(s"@$i!({$i})", System.currentTimeMillis() + i, accounting.MAX_VALUE)

Expand Down

0 comments on commit 0ec3d81

Please sign in to comment.