Commit 471b4af5 authored by James Kim's avatar James Kim

update comment

parent 31564f2e
...@@ -292,7 +292,8 @@ contract OptimistInviterTest is OptimistInviter_Initializer { ...@@ -292,7 +292,8 @@ contract OptimistInviterTest is OptimistInviter_Initializer {
/** /**
* @notice Alice the admin should be able to give Bob, Sally, and Carol 3 invites, and the * @notice Alice the admin should be able to give Bob, Sally, and Carol 3 invites, and the
* OptimistInviter contract should create invites as 'optimist.can-invite' attestations. * OptimistInviter contract should increment invite counts on inviteCounts and issue
* 'optimist.can-invite' attestations.
*/ */
function test_grantInvites_adminAddingInvites_succeeds() external { function test_grantInvites_adminAddingInvites_succeeds() external {
address[] memory addresses = new address[](3); address[] memory addresses = new address[](3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment