From 0cffdc7b0512b7d3693eec97d37c5cd82a1d790e Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 6 Apr 2015 15:21:40 -0700 Subject: [PATCH] Oops I had a test function name collision. Rename one so it gets executed --- htsworkflow/util/test/test_rdfhelp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/util/test/test_rdfhelp.py b/htsworkflow/util/test/test_rdfhelp.py index c71d3d7..d2ba15a 100644 --- a/htsworkflow/util/test/test_rdfhelp.py +++ b/htsworkflow/util/test/test_rdfhelp.py @@ -49,7 +49,7 @@ try: except ValueError as e: pass - def test_typed_node_string(self): + def test_typed_node_string_node_attributes(self): node = toTypedNode('hello') self.assertEqual(node.literal_value['string'], u'hello') self.assertTrue(node.literal_value['datatype'] is None) -- 2.30.2