Skip to content

Commit

Permalink
chore: update forge-std commit (nomad-xyz#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
odyslam authored Nov 14, 2022
1 parent f539e75 commit 762843e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ contract DABridgeMessageTest is Test {
_dataRoot
);
bytes29 _view = message.ref(0);
vm.expectRevert(stdError.lowLevelError);
vm.expectRevert(bytes(""));
_view.getTypedView();
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if [ -d "../lib/forge-std" ]; then
rm -rf ../lib/forge-std
fi
fi
forge install foundry-rs/forge-std@be5c649 --no-git
forge install foundry-rs/forge-std@33d4895 --no-git

0 comments on commit 762843e

Please sign in to comment.