Skip to content

Commit 59f6dc8

Browse files
committed
Match function names in tests
1 parent 0c36643 commit 59f6dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/KeyperSet.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ contract KeyperSetTest is Test {
9696
keyperSet.setThreshold(0);
9797
}
9898

99-
function testSetKeybroadcasterOnlyOwner() public {
99+
function testSetPublisherOnlyOwner() public {
100100
vm.expectRevert(
101101
abi.encodeWithSelector(
102102
Ownable.OwnableUnauthorizedAccount.selector,
@@ -124,7 +124,7 @@ contract KeyperSetTest is Test {
124124
keyperSet.setFinalized();
125125
}
126126

127-
function testBroadcaster() public {
127+
function testPublisher() public {
128128
keyperSet.setPublisher(address(5));
129129
keyperSet.setFinalized();
130130

0 commit comments

Comments
 (0)