Skip to content

Commit

Permalink
solve naming conflict for new sumo (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunerzxy authored and eugenevinitsky committed Dec 2, 2018
1 parent cb1f453 commit ee82a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/fast_tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# from examples.sumo.bay_bridge import bay_bridge_example
from examples.sumo.bay_bridge_toll import bay_bridge_toll_example
from examples.sumo.bottleneck import bottleneck_example
from examples.sumo.bottlenecks import bottleneck_example
from examples.sumo.figure_eight import figure_eight_example
from examples.sumo.grid import grid_example
from examples.sumo.highway import highway_example
Expand Down Expand Up @@ -38,7 +38,7 @@ class TestSumoExamples(unittest.TestCase):
"""

def test_bottleneck(self):
"""Verifies that examples/sumo/bottleneck.py is working."""
"""Verifies that examples/sumo/bottlenecks.py is working."""
# import the experiment variable from the example
exp = bottleneck_example(20, 5, render=False)

Expand Down

0 comments on commit ee82a5a

Please sign in to comment.