cmd/segment-reaper: Rename test name to what it tests
Rename a test function to indicate the function that it actually tests rather than indicating the function that calls the function under test. Change-Id: I2c1fe165e3acf952993a9a65dfbfbdcda0d1cccc
This commit is contained in:
parent
ac375d37bc
commit
cbdd3bfd7b
@ -639,7 +639,7 @@ func TestObserver_processSegment_single_project(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestObserver_analyzeProject(t *testing.T) {
|
||||
func TestObserver_findZombieSegments(t *testing.T) {
|
||||
ctx := testcontext.New(t)
|
||||
defer ctx.Cleanup()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user