Skip to content

Commit c5168d3

Browse files
committed
update unit test
1 parent ada8b49 commit c5168d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/api/test_phone_number_lookup_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def test_create_sync_lookup(self) -> None:
104104
assert_that(response.data.data.results[0], instance_of(LookupResult))
105105
assert_that(response.data.data.results[0].phone_number, instance_of(str))
106106
assert_that(response.data.data.results[0].line_type, instance_of(LineTypeEnum))
107+
assert_that(response.data.data.results[0].line_type, equal_to(LineTypeEnum('MOBILE')))
107108
assert_that(response.data.data.results[0].messaging_provider, instance_of(str))
108109
assert_that(response.data.data.results[0].voice_provider, instance_of(str))
109110
assert_that(response.data.data.results[0].country_code_a3, instance_of(str))

0 commit comments

Comments
 (0)