Skip to content

Commit

Permalink
Add test for deps._df.to_string()
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 29, 2024
1 parent c80cf2e commit eecfdf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def test_str(deps):
# as the end might vary,
# see https://github.com/audeering/audb/issues/422
assert str(deps).startswith(expected_str)
assert deps._df.to_string().startswith(expected_str)


# === Test hidden methods ===
Expand Down

0 comments on commit eecfdf8

Please sign in to comment.