Skip to content

Commit c9dec3f

Browse files
committed
test(rebalancer): prevent vacuous pass in LiFi Tron test
1 parent 9fc0bac commit c9dec3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typescript/rebalancer/src/bridges/LiFiBridge.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ describe('LiFiBridge Tron protocol handling', function () {
627627
[ProtocolType.Ethereum]: TEST_PRIVATE_KEY,
628628
[ProtocolType.Tron]: TEST_PRIVATE_KEY,
629629
});
630+
expect.fail('Expected execute to throw');
630631
} catch (error: unknown) {
631632
const msg = (error as Error).message;
632633
// Should NOT be a Tron-related error — just post-validation SDK/RPC error

0 commit comments

Comments
 (0)