Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 15, 2024
1 parent e6e2454 commit 61162bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/modules/hexstring-utils.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { toChecksumAddress } from 'ethereumjs-util';
import { isValidHexAddress } from './hexstring-utils';
import { isValidHexAddress, isPossibleAddress } from './hexstring-utils';

describe('hexstring utils', function () {
describe('isPossibleAddress', function () {
Expand Down

0 comments on commit 61162bd

Please sign in to comment.