Skip to content

Commit

Permalink
test: rename __test_assets__ to __assets__
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Dec 9, 2024
1 parent 62738f5 commit fa0e618
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import raillabel

json_data_directories = [
Path(__file__).parent / "__test_assets__",
Path(__file__).parent / "__assets__",
Path(__file__).parent.parent / "raillabel_providerkit" / "format",
]

Expand Down

0 comments on commit fa0e618

Please sign in to comment.