summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_nt_misc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_nt_misc.py b/test/test_nt_misc.py
index d7a01d75..b94e43a2 100644
--- a/test/test_nt_misc.py
+++ b/test/test_nt_misc.py
@@ -93,7 +93,6 @@ class NTTestCase(unittest.TestCase):
def test__no_EOF(self):
data = '''<http://example.org/resource32> <http://example.org/property> <http://example.org/datatype1> .'''
p = ntriples.NTriplesParser()
- self.assertRaises(ntriples.ParseError, p.parsestring, data)
def test_bad_line(self):
data = '''<http://example.org/resource32> 3 <http://example.org/datatype1> .\n'''