summaryrefslogtreecommitdiff
path: root/bs4
diff options
context:
space:
mode:
Diffstat (limited to 'bs4')
-rw-r--r--bs4/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/tests/__init__.py b/bs4/tests/__init__.py
index dbb1593..325affe 100644
--- a/bs4/tests/__init__.py
+++ b/bs4/tests/__init__.py
@@ -1105,7 +1105,7 @@ class XMLTreeBuilderSmokeTest(TreeBuilderSmokeTest):
doc = """<?xml version="1.0" encoding="utf-8"?>
<Document xmlns="http://example.com/ns0"
xmlns:ns1="http://example.com/ns1"
- xmlns:ns2="http://example.com/ns2"
+ xmlns:ns2="http://example.com/ns2">
<ns1:tag>foo</ns1:tag>
<ns1:tag>bar</ns1:tag>
<ns2:tag key="value">baz</ns2:tag>