Skip to content

Commit

Permalink
Update test with t.Parallel()
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Oct 7, 2024
1 parent 7cbe1b0 commit 94e6971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/page_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,8 @@ func TestPageOnMetric(t *testing.T) {
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()

var foundAmended atomic.Int32
var foundUnamended atomic.Int32

Expand Down

0 comments on commit 94e6971

Please sign in to comment.