chore: move to lib/bytes

This commit is contained in:
royvardhan
2025-01-23 19:14:56 +05:30
parent ef2600b7f8
commit e6f3fc7004
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ pragma solidity ^0.8.0;
import {Test} from "forge-std/Test.sol";
import {LibPrefixLengthEncodedByteArray} from
"../src/lib/LibPrefixLengthEncodedByteArray.sol";
"../lib/bytes/LibPrefixLengthEncodedByteArray.sol";
contract LibPrefixLengthEncodedByteArrayTest is Test {
using LibPrefixLengthEncodedByteArray for bytes;