Skip to content

Commit

Permalink
Fix test name and docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
stigbd committed Apr 24, 2020
1 parent cee6702 commit 82b9c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from concepttordf import Concept, Definition


def test_quoteFromSource_to_rdf_should_return_skos_definition() -> None:
"""It returns a definition graph isomorphic to spec."""
def test_triple_quote_string_in_text() -> None:
"""It returns a single-quote string in label."""
definition = Definition()
definition.text = {
"nb": """Denne inndelingen øker kvaliteten på saks- \
Expand Down

0 comments on commit 82b9c41

Please sign in to comment.