Skip to content

Commit d3a3e3c

Browse files
glasntgemini-code-assist[bot]
authored andcommitted
Apply suggestions from robot code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6ceec00 commit d3a3e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

retail/interactive-tutorials/test/search-with-pagination.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('Search with pagination', () => {
3838
assert.match(stdout, /Search start/);
3939
});
4040

41-
// https://github.com/GoogleCloudPlatform/nodejs-docs-samples/issues/4136
41+
// TODO(#4136): Re-enable this test. See https://github.com/GoogleCloudPlatform/nodejs-docs-samples/issues/4136
4242
it.skip('should contain next page token', () => {
4343
assert.match(stdout, /Next page token/);
4444
});

retail/interactive-tutorials/test/search-with-query-expansion-spec.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('Search with query expansion spec', () => {
9797
}
9898
});
9999

100-
// https://github.com/GoogleCloudPlatform/nodejs-docs-samples/issues/4136
100+
// TODO(#4136): Re-enable this test. See https://github.com/GoogleCloudPlatform/nodejs-docs-samples/issues/4136
101101
it.skip('should contain expanded query', () => {
102102
const searchResponse = response[IResponseParams.ISearchResponse];
103103
expect(

0 commit comments

Comments
 (0)