mocks fixed

This commit is contained in:
Drew Ansbacher
2021-09-01 10:47:24 -06:00
committed by Aiden McClelland
parent 007d9d9d09
commit aef1569e56
2 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import { PatchDbService } from 'src/app/services/patch-db/patch-db.service'
import { PackageDataEntry, PackageState } from 'src/app/services/patch-db/data-model'
import { Subscription } from 'rxjs'
import { PkgStatusRendering, renderPkgStatus } from 'src/app/services/pkg-status-rendering.service'
import { delay, filter } from 'rxjs/operators'
import { filter } from 'rxjs/operators'
@Component({
selector: 'app-list',