Skip to content

Commit 6bad227

Browse files
committed
refactor: clean fill test
Signed-off-by: Pablo Maldonado <[email protected]>
1 parent ef08497 commit 6bad227

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: test/svm/SvmSpoke.Fill.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -793,10 +793,7 @@ describe("svm_spoke.fill", () => {
793793
(tx) => appendTransactionMessageInstruction(approveIx, tx),
794794
(tx) => appendTransactionMessageInstruction(fillRelayIx, tx),
795795
(tx) => signAndSendTransaction(rpcClient, tx)
796-
).catch((err) => {
797-
console.log(err);
798-
// throw err;
799-
});
796+
);
800797

801798
const events = await readEventsUntilFound(connection, tx, [program]);
802799
const event = events.find((event) => event.name === "filledRelay")?.data;

0 commit comments

Comments
 (0)