test: Fix "no-unnecessary-condition" issues
This commit is contained in:
parent
c8c7c7dd0b
commit
08e0a0c384
1 changed files with 1 additions and 1 deletions
2
src/test/fixtures/packages.ts
vendored
2
src/test/fixtures/packages.ts
vendored
|
|
@ -48,7 +48,7 @@ export const mockSourcesPackagesResults = (
|
|||
},
|
||||
];
|
||||
}
|
||||
if (search === 'mock' && isDistroPkgSearch) {
|
||||
if (search === 'mock') {
|
||||
return [
|
||||
{
|
||||
package_name: 'mockPkg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue