Skip to content

Commit 9d05cb3

Browse files
committed
chore: Lint fix
1 parent c92edef commit 9d05cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/avm-invoker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { randomUUID } from 'crypto'
1212
import { asUint64, getRandomNumber, Lazy } from '../src/util'
1313

1414
algokit.Config.configure({ logger: nullLogger })
15-
const ARC4_PREFIX_LENGTH = 2
15+
1616
const algorandClient = Lazy(() => algokit.AlgorandClient.defaultLocalNet())
1717

1818
export const INITIAL_BALANCE_MICRO_ALGOS = Number(20e6)

0 commit comments

Comments
 (0)