Skip to content

Commit

Permalink
remove folder
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Aug 6, 2024
1 parent 39d7110 commit 8fe5f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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/intraTxWithCrossSCRs/transactionWithSCRs.json")
txWithSCRs := loadJsonIntoTxAndScrs(t, "./testdata/transactionWithSCRs.json")

processorStub := &mock.ProcessorStub{
GetShardIDsCalled: func() []uint32 {
Expand Down

0 comments on commit 8fe5f81

Please sign in to comment.