From de93b7bb87a6f1e458b9d53249dda7d169817646 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:58:27 -0500 Subject: [PATCH] fix foundry tests --- solidity/test/FlowBridgeFactory.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/test/FlowBridgeFactory.t.sol b/solidity/test/FlowBridgeFactory.t.sol index a4080fa4..f826cc79 100644 --- a/solidity/test/FlowBridgeFactory.t.sol +++ b/solidity/test/FlowBridgeFactory.t.sol @@ -72,7 +72,7 @@ contract FlowBridgeFactoryTest is Test { string memory _name = deployedERC721Contract.name(); string memory _symbol = deployedERC721Contract.symbol(); string memory _flowNFTAddress = deployedERC721Contract.flowNFTAddress(); - string memory _flowNFTIdentifier = deplpoyedERC721Contract.flowNFTIdentifier(); + string memory _flowNFTIdentifier = deployedERC721Contract.flowNFTIdentifier(); string memory _contractURI = deployedERC721Contract.contractURI(); assertEq(_name, name);