Skip to content

Commit

Permalink
build: update forge-std to 1.8.1
Browse files Browse the repository at this point in the history
build: remove prb-test
  • Loading branch information
andreivladbrg committed Mar 25, 2024
1 parent 51182e2 commit 0da21ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"@sablier/v2-periphery": "1.1.1"
},
"devDependencies": {
"@prb/test": "0.6.4",
"forge-std": "github:foundry-rs/forge-std#v1.5.6",
"forge-std": "github:foundry-rs/forge-std#v1.8.1",
"prettier": "^2.8.8",
"solhint": "^4.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/
@prb/math/=node_modules/@prb/math/
@prb/test/=node_modules/@prb/test/
@sablier/v2-core/=node_modules/@sablier/v2-core/
@sablier/v2-periphery/=node_modules/@sablier/v2-periphery/
forge-std/=node_modules/forge-std/
5 changes: 2 additions & 3 deletions test/StreamCreator.t.sol
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.8.19;

import { Test } from "forge-std/src/Test.sol";
import { ISablierV2LockupLinear } from "@sablier/v2-core/src/interfaces/ISablierV2LockupLinear.sol";
import { PRBTest } from "@prb/test/src/PRBTest.sol";
import { StdCheats } from "forge-std/src/StdCheats.sol";

import { StreamCreator } from "../src/StreamCreator.sol";

contract StreamCreatorTest is PRBTest, StdCheats {
contract StreamCreatorTest is Test {
// Get the latest deployment address from the docs: https://docs.sablier.com/contracts/v2/deployments
address internal constant SABLIER_ADDRESS = address(0xAFb979d9afAd1aD27C5eFf4E27226E3AB9e5dCC9);

Expand Down

0 comments on commit 0da21ef

Please sign in to comment.