Skip to content

Commit

Permalink
Removing unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Jun 6, 2024
1 parent 7dc7d50 commit 16350d0
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ void setup() {
claimTransactionValidator = new ClaimTransactionValidator(signatureCache, testConstants);
}

// @Test
// public void whenCalculateSwapHashIsCalled_shouldReturnExpectedHash() {
// String expectedHash = "0x3dc21e0a710489c951f29205f9961b2c311d48fdf5a35545469d7b43e88f7624";
//
// Transaction mockedClaimTx = createClaimTx(10, "preimage".getBytes(StandardCharsets.UTF_8), 0);
//
// byte[] result = claimTransactionValidator.calculateSwapHash(mockedClaimTx, new ReceivedTxSignatureCache());
//
// assertEquals(expectedHash, HexUtils.toJsonHex(result));
// }

@Test
public void whenIsClaimTxAndValidIsCalled_shouldReturnTrue() {
Transaction mockedClaimTx = createClaimTx(10, "preimage".getBytes(StandardCharsets.UTF_8), 0);
Expand Down

0 comments on commit 16350d0

Please sign in to comment.