File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/contracts-bedrock/test/universal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ contract Specification_Test is CommonTest {
569569 _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("isGameRetired(address) " ) });
570570 _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("portal() " ) });
571571 _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("respectedGameType() " ) });
572- _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("setAnchorState(address) " ), _auth: Role.GUARDIAN });
572+ _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("setAnchorState(address) " ) });
573573 _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("superchainConfig() " ) });
574574 _addSpec ({ _name: "AnchorStateRegistry " , _sel: _getSel ("version() " ) });
575575
You can’t perform that action at this time.
0 commit comments