Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Zinsmeister committed Nov 28, 2018
1 parent 15985eb commit 4ba512b
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 76 deletions.
2 changes: 1 addition & 1 deletion contracts/examples/Providers/Burner/BurnerProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract BurnerProvider {
{
address[] memory providers = new address[](0);
address[] memory resolvers = new address[](1);
providers[0] = dummyPerpetualResolver;
resolvers[0] = dummyPerpetualResolver;

uint _ein = identityRegistry.createIdentityDelegated(
address(0), _address, providers, resolvers, v[0], r[0], s[0], timestamp[0]
Expand Down
Loading

0 comments on commit 4ba512b

Please sign in to comment.