Skip to content

Commit 036117b

Browse files
Rename fixture
1 parent 390427b commit 036117b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cursorless-engine/src/test/fixtures/communitySnippets.fixture.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ActionDescriptor } from "@cursorless/common";
22
import { spokenFormTest } from "./spokenFormTest";
33

4-
const verticalRangeAction: ActionDescriptor = {
4+
const snippetAfterAction: ActionDescriptor = {
55
name: "insertSnippet",
66
destination: {
77
type: "primitive",
@@ -32,5 +32,5 @@ const verticalRangeAction: ActionDescriptor = {
3232
* Talon tests by relying on our recorded test fixtures alone.
3333
*/
3434
export const communitySnippetsSpokenFormsFixture = [
35-
spokenFormTest("snippet code after air", verticalRangeAction, undefined),
35+
spokenFormTest("snippet code after air", snippetAfterAction, undefined),
3636
];

0 commit comments

Comments
 (0)