Skip to content

Commit

Permalink
fix: unit test fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Sep 25, 2024
1 parent 2cb13a1 commit 04cd5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/user_api/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def _assert_time_zone_is_valid(self, time_zone_info):
assert time_zone_info['description'] == get_display_time_zone(time_zone_name)

# The time zones count may need to change each time we upgrade pytz
@ddt.data((ALL_TIME_ZONES_URI, 433),
@ddt.data((ALL_TIME_ZONES_URI, 432),
(COUNTRY_TIME_ZONES_URI, 23))
@ddt.unpack
def test_get_basic(self, country_uri, expected_count):
Expand Down

0 comments on commit 04cd5f1

Please sign in to comment.