Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
stop in test
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Mar 28, 2024
1 parent 85e6cad commit 9e1521c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions txmanager/txmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ func TestTxRetry_MaxRetriesReached(t *testing.T) {
}

ethTxManagerClient := New(config, etherman, storage, etherman)
defer ethTxManagerClient.Stop()

ctx := context.Background()

Expand Down Expand Up @@ -915,4 +916,5 @@ func TestTxRetry_MaxRetriesReached(t *testing.T) {
result, err := ethTxManagerClient.Result(ctx, owner, id, nil)
require.NoError(t, err)
require.Equal(t, txmTypes.MonitoredTxStatusFailed, result.Status)

}

0 comments on commit 9e1521c

Please sign in to comment.