Skip to content

Commit e3c7a47

Browse files
committed
Better tag name for the new example
1 parent 936a76b commit e3c7a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/v1/examples.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,12 @@ describe('examples', () => {
274274
});
275275
});
276276

277-
it('developer page example', done => {
277+
it('language guide page example', done => {
278278
const require = () => {
279279
return {v1: neo4jV1};
280280
};
281281

282-
// tag::developer-page[]
282+
// tag::language-guide-page[]
283283
const neo4j = require('neo4j-driver').v1;
284284

285285
const driver = neo4j.driver(uri, neo4j.auth.basic(user, password));
@@ -299,7 +299,7 @@ describe('examples', () => {
299299
// on application exit:
300300
driver.close();
301301
});
302-
// end::developer-page[]
302+
// end::language-guide-page[]
303303

304304
testResultPromise.then(loggedMsg => {
305305
expect(loggedMsg).toEqual(personName);

0 commit comments

Comments
 (0)