Skip to content

Commit fd650cd

Browse files
committed
chore: add new line
Signed-off-by: nikolay <[email protected]>
1 parent 70b6dfe commit fd650cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/layer-zero-example/test/fuzzy-testing/HTSConnectorFuzzTest.t.sol

+1-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ contract HTSConnectorFuzzTest is Test {
4242

4343
// Assert that the returned amount matches the input amount
4444
assertEq(returnedAmount, _amountLD);
45-
46-
// Additional assertions can be added here to verify state changes
47-
// For example, checking the balance of the recipient if applicable
4845
}
49-
}
46+
}

0 commit comments

Comments
 (0)