Skip to content

Commit

Permalink
fixing bug in dpn-dataset filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jyucsiro committed Dec 18, 2017
1 parent b957108 commit 62ad5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def get_dpn_ontology():
g = Graph()
dpnfn = "dpn.ttl"
dpns = "dpn-services.ttl"
dpnd = "dpn-datasets.ttl"
dpnd = "dpn-dataset.ttl"

g.parse(dpnfn, format='turtle' )
g.parse(dpns, format='turtle' )
Expand Down

0 comments on commit 62ad5e5

Please sign in to comment.