Skip to content

Commit

Permalink
Merge e8e3ff5 into 8540691
Browse files Browse the repository at this point in the history
  • Loading branch information
yunerzxy committed Nov 30, 2018
2 parents 8540691 + e8e3ff5 commit 1ff8208
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
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 1ff8208

Please sign in to comment.