Skip to content

Commit 2f48ae3

Browse files
committed
Formatting
1 parent 89893c7 commit 2f48ae3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/jormungandr/jormungandr/instance.py

+1
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ def disruptions_on_poi(self):
619619
# type: () -> bool
620620
instance_db = self.get_models()
621621
return get_value_or_default('disruptions_on_poi', instance_db, self.name)
622+
622623
@property
623624
def max_additional_connections(self):
624625
# type: () -> int

source/jormungandr/jormungandr/interfaces/v1/test/journey_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def handle_poi_disruptions_test():
272272
sections = resp[0].get("journeys", 0)[1]['sections']
273273
assert len(sections) == 3
274274
poi = sections[0]['to']['poi']
275-
assert poi['id'] == "poi_uri_from"
275+
assert poi['id'] == "poi_uri_from"
276276
assert len(poi['links']) == 1
277277
impacted_object = resp[0]['disruptions'][1]['impacted_objects'][0]['pt_object']['poi']
278278
assert impacted_object['id'] == "poi_uri_from"

0 commit comments

Comments
 (0)