Skip to content

Commit

Permalink
fix: empty test removal (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
  • Loading branch information
arianejasuwienas committed Feb 4, 2025
1 parent da91e51 commit 7b915e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/HTS.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,4 @@ contract HTSTest is Test, TestSetup {
);
assertEq(code, HederaResponseCodes.INSUFFICIENT_ACCOUNT_BALANCE);
}

function test_HTS_cryptoTransfer_test_reject_insufficient_token_balance() external {

}
}

0 comments on commit 7b915e4

Please sign in to comment.