Skip to content

Commit

Permalink
Fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Mar 14, 2020
1 parent d4ccc09 commit cf21842
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_faker.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_get_providers():
"company_suffix",
"coordinate",
"country",
"country_calling_code",
"country_code",
"credit_card_expire",
"credit_card_full",
Expand All @@ -54,6 +55,7 @@ def test_get_providers():
"currency",
"currency_code",
"currency_name",
"currency_symbol",
"date",
"date_between",
"date_between_dates",
Expand Down Expand Up @@ -95,6 +97,7 @@ def test_get_providers():
"hex_color",
"hexify",
"hostname",
"http_method",
"iban",
"image_url",
"internet_explorer",
Expand Down Expand Up @@ -148,6 +151,7 @@ def test_get_providers():
"past_date",
"past_datetime",
"phone_number",
"port_number",
"postalcode",
"postalcode_in_state",
"postalcode_plus4",
Expand Down

0 comments on commit cf21842

Please sign in to comment.