Fix typos in the tests (#4452)

This commit is contained in:
Pierre Grimaud
2023-07-12 22:05:21 +02:00
committed by GitHub
parent 8b72e20e32
commit 921ac49ccb
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class GovernorHelper {
...concatOpts(proposal.shortProposal, opts),
);
default:
throw new Error(`unsuported visibility "${visibility}"`);
throw new Error(`unsupported visibility "${visibility}"`);
}
}