From 769f0ae7b0be68c1358977abc542f67f1468e4fd Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Thu, 13 Aug 2020 09:16:19 +0200 Subject: [PATCH] fixed tag --- tests/integration/examples/test_pass_bookmarks_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/examples/test_pass_bookmarks_example.py b/tests/integration/examples/test_pass_bookmarks_example.py index d1a4a471..605238f7 100644 --- a/tests/integration/examples/test_pass_bookmarks_example.py +++ b/tests/integration/examples/test_pass_bookmarks_example.py @@ -21,7 +21,7 @@ import pytest -# tag:pass-bookmarks-import[] +# tag::pass-bookmarks-import[] from neo4j import GraphDatabase # end::pass-bookmarks-import[]