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:
Ivan Fraixedes 2020-05-18 19:51:08 +02:00 committed by Egon Elbre
parent ac375d37bc
commit cbdd3bfd7b

View File

@ -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()