Skip to content

Commit 2d60cd8

Browse files
author
Hakob23
committed
test: update registration test to clarify EOA restriction
1 parent 2858c4d commit 2d60cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/discovery/Registration.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ contract RegistrationTest is DiscoveryTestBase {
196196
);
197197
}
198198

199-
function test_Register_PreventsMultipleRegistrationsBySameProviderAddress()
199+
function test_Register_PreventsMultipleRegistrationsBySameEOA()
200200
public
201201
{
202202
address lp = makeAddr("lp");
@@ -211,7 +211,7 @@ contract RegistrationTest is DiscoveryTestBase {
211211
Flyover.ProviderType.PegIn
212212
);
213213

214-
// Second registration by the same provider address should fail
214+
// Second registration by the same EOA should fail
215215
vm.prank(lp);
216216
vm.expectRevert(
217217
abi.encodeWithSelector(

0 commit comments

Comments
 (0)