Skip to content

Commit

Permalink
rename test name
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Jan 3, 2023
1 parent da506e4 commit 5814339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gpool/spmc/spmcpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestPool(t *testing.T) {
pool.ReleaseAndWait()
}

func TestPoolWithEnoughCapa(t *testing.T) {
func TestPoolWithEnoughCapacity(t *testing.T) {
const (
RunTimes = 1000
poolsize = 30
Expand Down Expand Up @@ -122,7 +122,7 @@ func TestPoolWithEnoughCapa(t *testing.T) {
twg.Wait()
}

func TestPoolWithoutEnoughCapa(t *testing.T) {
func TestPoolWithoutEnoughCapacity(t *testing.T) {
const (
RunTimes = 5
concurrency = 2
Expand Down

0 comments on commit 5814339

Please sign in to comment.