Skip to content

Commit

Permalink
fix: erased unused Exception clause
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlen committed Jan 14, 2025
1 parent 1c1e721 commit 500be3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class RegisterBtcTransactionIT {


@BeforeEach
void setUp() throws Exception{
void setUp() {
repository = BridgeSupportTestUtil.createRepository().startTracking();

btcLockSenderProvider = new BtcLockSenderProvider();
Expand Down

0 comments on commit 500be3f

Please sign in to comment.