Skip to content

Commit 19de5f7

Browse files
apupierJPinkney
andauthored
Apply suggestions from code review - typo and indentation
Co-authored-by: Josh Pinkney <Joshpinkney@gmail.com>
1 parent 8f2ca66 commit 19de5f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/schemaProvider.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe('Tests for schema provider feature', () => {
144144
await testCompletion(docUri, new vscode.Position(0, 0), {
145145
items: [
146146
{
147-
label: "apple",
147+
label: "apple",
148148
kind: 9,
149149
documentation: "An apple"
150150
}
@@ -178,11 +178,11 @@ function onRequestSchema1URI(resource: string): string | undefined {
178178
}
179179

180180
function onRequestSchemaURIThrowError(resource: string): string | undefined {
181-
throw new Error('test what happens when an error is trhown and not caught');
181+
throw new Error('test what happens when an error is thrown and not caught');
182182
}
183183

184184
function onRequestSchemaContentThrowError(schemaUri: string): string | undefined {
185-
throw new Error('test what happens when an error is trhown and not caught');
185+
throw new Error('test what happens when an error is thrown and not caught');
186186
}
187187

188188
function onRequestSchema1Content(schemaUri: string): string | undefined {

0 commit comments

Comments
 (0)