Skip to content

Commit

Permalink
test case updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dt215git committed Oct 22, 2023
1 parent e33b0a8 commit 3d15260
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"street_address": "117 Roxie Ln, Georgetown, KY 40324",
"method": "2",
},
"No Method arg": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
},
}
DELAYS = {
" one ": 1,
Expand All @@ -38,7 +41,7 @@


class Source:
def __init__(self, street_address, method=2):
def __init__(self, street_address, method=1):
self._street_address = street_address
self._method = int(method)

Expand Down

0 comments on commit 3d15260

Please sign in to comment.