chore: move to lib/bytes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user