Skip to content

Commit 1f88f2d

Browse files
committed
chore: fix yarn lint for nonce utils
1 parent 23b0e8d commit 1f88f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/delegation-toolkit/test/DelegationFramework/IdEnforcer

packages/delegation-toolkit/test/DelegationFramework/IdEnforcer/read.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('IdEnforcer read functions', () => {
5656
});
5757

5858
it('should handle different ID values in terms', async () => {
59-
const testCases: Array<{ id: bigint; terms: Hex }> = [
59+
const testCases: { id: bigint; terms: Hex }[] = [
6060
{
6161
id: 0n,
6262
terms:

0 commit comments

Comments
 (0)