Skip to content

Commit

Permalink
Get rid of sonar complain
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-zack committed Aug 14, 2024
1 parent 2d69dce commit 8654e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rskj-core/src/test/java/co/rsk/peg/BridgeSupportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ private void assertOneOutputIsChange(List<TransactionOutput> outputs) {
}

@Test
void processSvpFundTransactionWithoutSignatures_whenProposedFederationDoesNotExist_throwsIllegalStateException() throws Exception {
void processSvpFundTransactionWithoutSignatures_whenProposedFederationDoesNotExist_throwsIllegalStateException() {
// arrange
when(federationSupport.getProposedFederation()).thenReturn(Optional.empty());

Expand Down

0 comments on commit 8654e85

Please sign in to comment.