Skip to content

Commit

Permalink
fix foundry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 6, 2024
1 parent e7fe26f commit de93b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/test/FlowBridgeFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit de93b7b

Please sign in to comment.