Skip to content

Commit

Permalink
Make test name match function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Kalpakchiev committed Nov 8, 2024
1 parent 32f0a81 commit a0b3106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backend/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func TestManagerBandwidth(t *testing.T) {
checkBandwidth(5, 25)
}

func TestManagerIsReady(t *testing.T) {
func TestManagerCheckReadiness(t *testing.T) {
n1 := "foo/*"
n2 := "bar/*"

Expand Down

0 comments on commit a0b3106

Please sign in to comment.