Skip to content

Commit 1774b7f

Browse files
Update test
1 parent 2071759 commit 1774b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/fixtures/recorded/actions/snippets/funkWrapClass.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ command:
44
spokenForm: funk wrap class
55
action:
66
name: wrapWithSnippet
7-
snippetDescription: {type: named, name: functionDeclaration, variableName: body}
7+
snippetDescription: {type: custom, variableName: body, body: "def $name($parameterList):\n\t$body"}
88
target:
99
type: primitive
1010
modifiers:
1111
- type: containingScope
1212
scopeType: {type: class}
1313
usePrePhraseSnapshot: true
14+
spokenFormError: custom wrap with snippet
1415
initialState:
1516
documentContents: |-
1617
class Aaa:

0 commit comments

Comments
 (0)