Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 8dc8924

Browse files
committed
Update failed test
1 parent c34c247 commit 8dc8924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_one_of_each(self, tmpdir):
164164
assert location[0].state is not None
165165
assert location[0].footprintId is None
166166
assert location[0].elevation is not None
167-
assert location[0].fema is not None
167+
assert location[0].fema is None
168168
assert location[0].geometry is None
169169
location = fs.location.get_detail([1206631], "neighborhood", csv=True, output_dir=tmpdir)
170170
assert len(location) == 1

0 commit comments

Comments
 (0)