Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanieliov committed Jan 8, 2025
1 parent 10d5d96 commit de71e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ void findWitnessCommitment_withRealTransaction_shouldReturnExpectedValue(Activat

@ParameterizedTest
@MethodSource("activationsProvider")
void findWitnessCommitment_withDataLargenThanExpected_shouldReturnEmpty(ActivationConfig.ForBlock activations) {
void findWitnessCommitment_withDataLargerThanExpected_shouldReturnEmpty(ActivationConfig.ForBlock activations) {
// Arrange
BtcTransaction btcTx = BitcoinTestUtils.createCoinbaseTransaction(btcMainnetParams);

Expand Down

0 comments on commit de71e5e

Please sign in to comment.