From 13b675641d1ebf87f1af3c906ff1c3e506299fd2 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Fri, 23 Feb 2024 10:32:30 +1300 Subject: [PATCH] fix tests --- packages/node/src/stellar/block.stellar.spec.ts | 1 - 1 file changed, 1 deletion(-) 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 = {