Skip to content

Commit

Permalink
Rename some tests
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato committed Jun 2, 2022
1 parent 7013d5d commit 01cdd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/progress/progress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/stretchr/testify/require"
)

func Test(t *testing.T) {
func TestProgress(t *testing.T) {
re := require.New(t)
n := "test"
m := NewManager()
Expand Down
2 changes: 1 addition & 1 deletion pkg/slice/slice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/tikv/pd/pkg/slice"
)

func Test(t *testing.T) {
func TestSlice(t *testing.T) {
re := require.New(t)
testCases := []struct {
a []int
Expand Down

0 comments on commit 01cdd9e

Please sign in to comment.