Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavsharma873 committed Apr 5, 2021
1 parent 28fb5ac commit 40787ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/priority_mutex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ package utils

import (
"context"
"github.com/stretchr/testify/assert"
"golang.org/x/sync/errgroup"
"sync"
"testing"

"github.com/stretchr/testify/assert"
"golang.org/x/sync/errgroup"
)

// A wrapper around the PriorityMutex being tested to properly assert invariants without the
Expand Down

0 comments on commit 40787ab

Please sign in to comment.