Skip to content

Commit 713ca9f

Browse files
committed
Fix test names
1 parent 7591c65 commit 713ca9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe(ModelTypeDropdown.name, () => {
3636
);
3737
});
3838

39-
it("allows changing the type to 'Type' for Ruby in canary mode", async () => {
39+
it("allows changing the type to 'Type' for Ruby when type models are shown", async () => {
4040
const method = createMethod();
4141
const modeledMethod = createNoneModeledMethod();
4242

@@ -62,7 +62,7 @@ describe(ModelTypeDropdown.name, () => {
6262
);
6363
});
6464

65-
it("does not allow changing the type to 'Type' for Ruby in non-canary mode", async () => {
65+
it("does not allow changing the type to 'Type' for Ruby when type models are not shown", async () => {
6666
const method = createMethod();
6767
const modeledMethod = createNoneModeledMethod();
6868

0 commit comments

Comments
 (0)