Skip to content

Commit f354fe3

Browse files
committed
add ticket number
1 parent df1c303 commit f354fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test/e2e-snippet.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('snippet integration tests', function () {
7272
shell.assertNoErrors();
7373
});
7474

75-
// TODO: port to the new autocomplete
75+
// TODO(MONGOSH-2205): port to the new autocomplete
7676
it('autocompletes snippet commands', async function () {
7777
if (process.arch === 's390x') {
7878
return this.skip(); // https://jira.mongodb.org/browse/MONGOSH-746

0 commit comments

Comments
 (0)