Skip to content

Commit 7681585

Browse files
committed
fix: only test fill for this experiment
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 7d8aaa8 commit 7681585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/svm/SvmSpoke.Fill.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ describe("svm_spoke.fill", () => {
201201
updateRelayData(initialRelayData);
202202
});
203203

204-
it("Fills a V3 relay and verifies balances", async () => {
204+
it.only("Fills a V3 relay and verifies balances", async () => {
205205
// Verify recipient's balance before the fill
206206
let recipientAccount = await getAccount(connection, recipientTA);
207207
assertSE(recipientAccount.amount, "0", "Recipient's balance should be 0 before the fill");

0 commit comments

Comments
 (0)