diff --git a/packages/node/src/stellar/block.stellar.spec.ts b/packages/node/src/stellar/block.stellar.spec.ts index 197b3f0c..d4adf3d6 100644 --- a/packages/node/src/stellar/block.stellar.spec.ts +++ b/packages/node/src/stellar/block.stellar.spec.ts @@ -191,7 +191,6 @@ describe('StellarBlockWrapped', () => { const mockEventFilterValid: SorobanEventFilter = { topics: ['topic1', 'topic2'], - contractId: new Contract(testAddress).toString(), }; const mockEventFilterInvalid: SorobanEventFilter = {