Skip to content

Commit

Permalink
Add missing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-zack committed Jan 9, 2025
1 parent 4dd7d47 commit d1d3af9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ private static Stream<Arguments> svpFundTxOutputsValueArgProvider() {
Arguments.of(bridgeRegtestConstants, bridgeRegtestConstants.getMinimumPegoutTxValue().multiply(2))
);
}

@ParameterizedTest()
@MethodSource("svpFundTxOutputsValueArgProvider")
void getSvpFundTxOutputsValue(BridgeConstants bridgeConstants, Coin expectedSvpFundTxOutputsValue) {
Expand Down

0 comments on commit d1d3af9

Please sign in to comment.