We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ddef4a + 51142ce commit 23ddcddCopy full SHA for 23ddcdd
1 file changed
tests/collectors/test_usgs.py
@@ -16,8 +16,8 @@ def test_by_bbox(self):
16
collection.calculate_bounds()
17
18
# Returns 4 stations: 04044724, 04045500, 04046000, 04056500
19
- assert len(collection.elements) == 4
20
- assert sorted([x.uid for x in collection.elements]) == ["04044724", "04045500", "04046000", "04056500"]
+ assert len(collection.elements) == 5
+ assert sorted([x.uid for x in collection.elements]) == ['04044724', '04044755', '04045500', '04046000', '04056500']
21
22
station = collection.elements[0]
23
assert station.name == "AU TRAIN RIVER AT FOREST LAKE, MI"
0 commit comments