Skip to content

Commit c47b59d

Browse files
committed
renaming test
1 parent dff7018 commit c47b59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Solaxy.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ contract SolaxyUnitTest is Test {
102102
assertEq(SLX_feeBalance, 17950000000000000000);
103103
}
104104

105-
function test_M3terAccountCanMintAndRedeem() public {
105+
function test_M3terHolderCanMintAndRedeem() public {
106106
dealERC721(address(SLX.M3TER()), here, 0);
107107
uint256 SLX_initialBalance = SLX.balanceOf(here);
108108
uint256 totalAssetsInitial = SLX.totalAssets();

0 commit comments

Comments
 (0)