Skip to content

Commit

Permalink
add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 20, 2024
1 parent 50139c5 commit f6b2f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_owl_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


def test_OwlReader(owl_file):

"""Smoke test of several methods."""
owl = OwlReader(owl_file=owl_file)
owl.count_by_namespaces()

0 comments on commit f6b2f2d

Please sign in to comment.