ethereum: Fix test name so forge runs it

This commit is contained in:
Csongor Kiss 2022-08-12 19:17:04 +01:00 committed by Csongor Kiss
parent 639bd3c682
commit 7889eb08ee
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ contract TestMessages is Messages, Test {
// bounds memory access. In particular, pubkey recovery of an invalid
// signature returns 0, and in some cases out of bounds memory access also
// just returns 0.
function outOfBoundsSignature() public {
function testOutOfBoundsSignature() public {
// Initialise a guardian set with a single guardian.
address[] memory keys = new address[](1);
keys[0] = testGuardianPub;