From e23a42ff74c926e06e25bd2f7de3f2c96f7395d5 Mon Sep 17 00:00:00 2001 From: miiu Date: Tue, 6 Aug 2024 12:55:43 +0300 Subject: [PATCH] fix --- process/transactionProcessor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/transactionProcessor_test.go b/process/transactionProcessor_test.go index ec1a420f..8cb29e3f 100644 --- a/process/transactionProcessor_test.go +++ b/process/transactionProcessor_test.go @@ -2152,7 +2152,7 @@ func TestTransactionProcessor_GetProcessedTransactionStatus(t *testing.T) { } func TestTransactionProcessor_GetProcessedStatusIntraShardTxWithPendingSCR(t *testing.T) { - txWithSCRs := loadJsonIntoTxAndScrs(t, "./testdata/transactionWithSCRs.json") + txWithSCRs := loadJsonIntoTxAndScrs(t, "./testdata/transactionWithScrs.json") processorStub := &mock.ProcessorStub{ GetShardIDsCalled: func() []uint32 {