Skip to content

Commit 18ebf62

Browse files
committed
updated test typing
1 parent e5e84d1 commit 18ebf62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/compass-indexes/src/components/create-index-form/query-flow-section.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ describe('QueryFlowSection', () => {
1919
dbName={dbName}
2020
collectionName={collectionName}
2121
initialQuery={null}
22+
inputQuery={''}
23+
setInputQuery={() => {}}
2224
/>
2325
</Provider>
2426
);

0 commit comments

Comments
 (0)