Skip to content

Commit e47a0fb

Browse files
committed
chore: test fmt
1 parent 6261e2f commit e47a0fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit/SocketRegistryUnit.t.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ contract SocketRegistryUnitTests is MockAVSDeployer {
2020

2121
function test_setOperatorSocket_revert_notSlashingRegistryCoordinator() public {
2222
vm.startPrank(address(0));
23-
vm.expectRevert(
24-
ISocketRegistryErrors.OnlySlashingRegistryCoordinator.selector
25-
);
23+
vm.expectRevert(ISocketRegistryErrors.OnlySlashingRegistryCoordinator.selector);
2624
socketRegistry.setOperatorSocket(defaultOperatorId, "testSocket");
2725
}
2826
}

0 commit comments

Comments
 (0)