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 {