This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_vaid_key(self):
2525 def test_valid_call (self ):
2626 api_key = os .environ ['FSF_API_KEY' ]
2727 fs = firststreet .FirstStreet (api_key )
28- adap = fs .adaptation .get_detail ([29 ], csv = False , connection_limit = 100 )
28+ adap = fs .adaptation .get_detail ([29 ], csv = False )
2929 assert len (adap ) == 1
3030 assert adap [0 ].name == 'Riverfront Park'
3131
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python -m firststreet -p adaptation.get_detail -i 39 -v v2
66python -m firststreet -p location.get_detail -f .\tests\data_text\sample.txt
77python -m firststreet -p location.get_detail -f .\tests\data_text\sample.txt -l property
88python -m firststreet -p adaptation.get_detail -limit 1
9- python -m firststreet -p location.get_detail -f .\tests\sam .txt -l property -limit 1
9+ python -m firststreet -p location.get_detail -f .\tests\sample .txt -l property -limit 1
1010python -m firststreet -p adaptation.get_detail -i 39 -log True
1111python -m firststreet -p adaptation.get_detail -i 39 -log False
1212python -m firststreet -p adaptation.get_details_by_location -i 3807200 -l city -log True
You can’t perform that action at this time.
0 commit comments