Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
471b4af5
Commit
471b4af5
authored
Mar 29, 2023
by
James Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comment
parent
31564f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
OptimistInviter.t.sol
...s-periphery/contracts/foundry-tests/OptimistInviter.t.sol
+2
-1
No files found.
packages/contracts-periphery/contracts/foundry-tests/OptimistInviter.t.sol
View file @
471b4af5
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment