Skip to content

Commit 6be98f3

Browse files
committed
Fix test
1 parent 3b6263f commit 6be98f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/model-editor/__tests__/ModelKindDropdown.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ describe(ModelKindDropdown.name, () => {
5757
// Changing the type to sink should update the supported kinds
5858
const updatedModeledMethod = createModeledMethod({
5959
type: "sink",
60+
kind: "local",
6061
});
6162

6263
rerender(

0 commit comments

Comments
 (0)