Skip to content

Commit 133ec04

Browse files
authored
Fix the local-storage.service.spec.ts to pass with the default searchKey (#2356)
1 parent b30263f commit 133ec04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/projects/upgrade/src/app/core/local-storage/local-storage.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('LocalStorageService', () => {
5454
isLoadingExperimentExport: false,
5555
skipExperiment: 0,
5656
totalExperiments: null,
57-
searchKey: null,
57+
searchKey: EXPERIMENT_SEARCH_KEY.ALL,
5858
searchString: null,
5959
sortKey: EXPERIMENT_SORT_KEY.NAME,
6060
sortAs: SORT_AS_DIRECTION.ASCENDING,

0 commit comments

Comments
 (0)