Skip to content

Commit 6bc78e2

Browse files
committed
fix saved aggregations unit test
1 parent 765c77e commit 6bc78e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/compass-saved-aggregations-queries/src/index.spec.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ describe('AggregationsAndQueriesAndUpdatemanyList', function () {
8888
return queryStorage;
8989
},
9090
},
91-
pipelineStorage: pipelineStorage,
91+
pipelineStorage: {
92+
getStorage() {
93+
return pipelineStorage;
94+
},
95+
},
9296
workspaces,
9397
});
9498
const result = renderWithConnections(

0 commit comments

Comments
 (0)