Skip to content

Commit

Permalink
fix: fixed the test's name
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlen committed Dec 18, 2024
1 parent 568762c commit d956d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void registerBtcTransaction_forALegacyBtcTransaction_shouldRegisterTheNewUtxoAnd
}

@Test
void registerBtc_forARepeatedLegacyBtcTransaction_shouldNotPerformAnyChange() throws Exception {
void registerBtcTransaction_forARepeatedLegacyBtcTransaction_shouldNotPerformAnyChange() throws Exception {
// Arrange
bridgeSupport.registerBtcTransaction(rskTx, bitcoinTransaction.bitcoinSerialize(), btcBlockWithPmtHeight, pmtWithTransactions.bitcoinSerialize());
bridgeSupport.save();
Expand Down

0 comments on commit d956d40

Please sign in to comment.