Skip to content

Commit

Permalink
Fixed tests for track directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nandantumu committed Sep 28, 2023
1 parent 6b68e7e commit 71bbf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_map_dir_structure(self):
- [Trackname_raceline.csv] # raceline (optional)
- [Trackname_centerline.csv] # centerline (optional)
"""
mapdir = pathlib.Path(__file__).parent.parent / "maps"
mapdir = pathlib.Path(__file__).parent.parent / "gym"/ "f110_gym"/ "maps"
for trackdir in mapdir.iterdir():
if trackdir.is_file():
continue
Expand Down

0 comments on commit 71bbf08

Please sign in to comment.