Skip to content

Commit 7a38bae

Browse files
committed
fix to test snippet
1 parent 7a06d0e commit 7a38bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/model.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
component extends="coldbox.system.testing.BasePluginTest" model="${1:ModelPath}"{
3+
component extends="coldbox.system.testing.BaseModelTest" model="${1:ModelPath}"{
44
55
/**
66
* You can remove this setup method if you do not have anything to setup

0 commit comments

Comments
 (0)