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 {Test} from "forge-std/Test.sol";
|
||||||
import {LibPrefixLengthEncodedByteArray} from
|
import {LibPrefixLengthEncodedByteArray} from
|
||||||
"../src/lib/LibPrefixLengthEncodedByteArray.sol";
|
"../lib/bytes/LibPrefixLengthEncodedByteArray.sol";
|
||||||
|
|
||||||
contract LibPrefixLengthEncodedByteArrayTest is Test {
|
contract LibPrefixLengthEncodedByteArrayTest is Test {
|
||||||
using LibPrefixLengthEncodedByteArray for bytes;
|
using LibPrefixLengthEncodedByteArray for bytes;
|
||||||
|
|||||||
Reference in New Issue
Block a user