Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Sep 4, 2024
1 parent fd9d99e commit 84f0c61
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
AssetFilterBaseType,
AssetFilterType,
FilterableAssetDefinition,
filterAssetDefinition,
} from 'shared/assets/useAssetDefinitionFilterState.oss';

Expand Down Expand Up @@ -187,15 +188,15 @@ describe('filterAssetDefinition', () => {
const filters: Partial<AssetFilterType> = {
selectAllFilters: [filter],
};
const definition = {
const definition: FilterableAssetDefinition = {
repository: buildRepository({
name: group.repositoryName,
location: buildRepositoryLocation({
name: group.repositoryLocationName,
}),
}),
groupName: group.groupName,
computeKind: 'computeKind1',
kinds: ['computeKind1'],
changedReasons: [ChangeReason.DEPENDENCIES, ChangeReason.PARTITIONS_DEFINITION],
owners: [owner],
tags: [tag],
Expand Down

0 comments on commit 84f0c61

Please sign in to comment.