Skip to content

Commit 9b56815

Browse files
committed
Resolved issue stemming from incorrectly generated code from initializer
1 parent bef8428 commit 9b56815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/language-transact-sql-spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe "SQL grammar", ->
66
atom.packages.activatePackage("language-transact-sql")
77

88
runs ->
9-
grammar = atom.syntax.grammarForScopeName("source.sql")
9+
grammar = atom.grammars.grammarForScopeName("source.sql")
1010

1111
it "parses the grammar", ->
1212
expect(grammar).toBeTruthy()

0 commit comments

Comments
 (0)