archiver: tests: combine numQueued declaration with next-instruction assignment

This commit is contained in:
Kyle Evans 2020-05-07 19:34:03 -05:00
parent 9fc8bedb56
commit bcc5214023
1 changed files with 1 additions and 3 deletions

View File

@ -49,9 +49,7 @@ func waitForCount(t *testing.T, num int) {
}
func releaseOneEntry(t *testing.T, inFlight []*ArchiveRequest) {
var numQueued int
numQueued = len(archiveInProgress)
numQueued := len(archiveInProgress)
// Release one, then WaitForCompletion. We'll get signalled when ready.
// This works out to be quick and race-free, as we'll get signalled when the