Skip to content

Commit

Permalink
Merge master into feature/dynamodb
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Aug 21, 2024
2 parents 36300c0 + 1105519 commit 8bf4ddf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('contentController', () => {
controller.insertTextAtCursorPosition(
'abc\n def',
(editor: vscode.TextEditor, cursorStart: vscode.Position) => {
assert.equal(editor.document.getText(), 'def hello_world():\n abc\n def')
assert.equal(editor.document.getText(), 'def hello_world():\n abc\n def')
}
)
} else {
Expand All @@ -39,7 +39,7 @@ describe('contentController', () => {
controller.insertTextAtCursorPosition(
'abc\n def',
(editor: vscode.TextEditor, cursorStart: vscode.Position) => {
assert.equal(editor.document.getText(), 'def abc\n defhello_world():\n')
assert.equal(editor.document.getText(), 'def abc\n defhello_world():\n ')
}
)
} else {
Expand Down

0 comments on commit 8bf4ddf

Please sign in to comment.