File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- @src=src
2- @test=test
3- @script=script
41solidity-stringutils=lib/solidity-stringutils
5-
Original file line number Diff line number Diff line change 22pragma solidity ^ 0.8.13 ;
33
44import {Vm} from "forge-std/Vm.sol " ;
5- import {StringMap} from "@src /StringMap.sol " ;
5+ import {StringMap} from ". /StringMap.sol " ;
66
77library HTTP {
88 using StringMap for StringMap.StringToStringMap;
Original file line number Diff line number Diff line change 22// Inspired by https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5.2.0/contracts/utils/structs/EnumerableMap.sol
33pragma solidity ^ 0.8.13 ;
44
5- import {StringSet} from "@src /StringSet.sol " ;
5+ import {StringSet} from ". /StringSet.sol " ;
66
77library StringMap {
88 using StringSet for StringSet.Set;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pragma solidity ^0.8.13;
33
44import "forge-std/Test.sol " ;
55
6- import {HTTP} from "@ src/HTTP.sol " ;
6+ import {HTTP} from "../ src/HTTP.sol " ;
77import {strings} from "solidity-stringutils/strings.sol " ;
88
99contract HTTPTest is Test {
You can’t perform that action at this time.
0 commit comments