neovim: Update placeholder for Go trun snippet
This commit is contained in:
parent
1e7274b508
commit
e0e0518e60
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
snippet trun t.Run(string, func(t *testing.T))
|
snippet trun t.Run(string, func(t *testing.T))
|
||||||
t.Run("$1", func(t *testing.T) {
|
t.Run("$1", func(t *testing.T) {
|
||||||
$0
|
${0:t.Fatal("TODO")}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue