Skip to content

Commit

Permalink
Add t.Parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Feb 26, 2024
1 parent fbd21bf commit 1298d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suave/e2e/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,8 @@ func TestRelayBlockSubmissionContract(t *testing.T) {
}

func TestE2E_EstimateGas(t *testing.T) {
t.Parallel()

// This end-to-end test ensures that call and estimate gas works and it does not
// modify the confidential store
fr := newFramework(t, WithKettleAddress())
Expand Down

0 comments on commit 1298d22

Please sign in to comment.