Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed Jun 10, 2024
1 parent f8182f8 commit 448c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/getBytecodeCallerData.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, expect, it } from 'vitest'
import { OPCODES } from '../src/constants/opcodes.js'
import { UnevenBytesLengthError } from '../src/errors/UnevenBytesLengthError.js'
import { getBytecodeCallerData } from '../src/getBytecodeCallerData.js'
import { describe, expect, it } from 'vitest'

const ZERO_HEX = '00'
const MAX_BYTE = 'FF'
Expand Down

0 comments on commit 448c006

Please sign in to comment.