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 Jan 2, 2020
1 parent e3836af commit cc20b23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test_faker.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_get_providers():
[
"address",
"am_pm",
"android_platform_token",
"ascii_company_email",
"ascii_email",
"ascii_free_email",
Expand All @@ -36,6 +37,7 @@ def test_get_providers():
"city",
"city_prefix",
"city_suffix",
"color",
"color_name",
"company",
"company_email",
Expand Down Expand Up @@ -97,6 +99,8 @@ def test_get_providers():
"iban",
"image_url",
"internet_explorer",
"invalid_ssn",
"ios_platform_token",
"ipv4",
"ipv4_network_class",
"ipv4_private",
Expand Down Expand Up @@ -163,6 +167,7 @@ def test_get_providers():
"pylist",
"pyset",
"pystr",
"pystr_format",
"pystruct",
"pytuple",
"random_choices",
Expand Down Expand Up @@ -204,6 +209,7 @@ def test_get_providers():
"suffix_female",
"suffix_male",
"text",
"texts",
"time",
"time_delta",
"time_object",
Expand All @@ -213,6 +219,8 @@ def test_get_providers():
"unix_device",
"unix_partition",
"unix_time",
"upc_a",
"upc_e",
"uri",
"uri_extension",
"uri_page",
Expand Down

0 comments on commit cc20b23

Please sign in to comment.