Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Aug 6, 2024
1 parent 8fe5f81 commit e23a42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/transactionProcessor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e23a42f

Please sign in to comment.