Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 4d5c61a

Browse files
committed
[client] Fix tests after implementing trimming
1 parent abae44a commit 4d5c61a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cases/entities.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def data(self) -> Dict:
453453
return {
454454
"type": LocationTypes.CITY.value,
455455
"name": "Mars",
456-
"description": "A city ",
456+
"description": "A city",
457457
"latitude": 48.8566,
458458
"longitude": 2.3522,
459459
# "country": "KR",
@@ -465,7 +465,7 @@ def data(self) -> Dict:
465465
return {
466466
"type": LocationTypes.COUNTRY.value,
467467
"name": "Mars",
468-
"description": "A country ",
468+
"description": "A country",
469469
"latitude": 48.8566,
470470
"longitude": 2.3522,
471471
"region": "northern-america",
@@ -478,7 +478,7 @@ def data(self) -> Dict:
478478
return {
479479
"type": LocationTypes.REGION.value,
480480
"name": "Mars",
481-
"description": "A Region ",
481+
"description": "A Region",
482482
"latitude": 48.8566,
483483
"longitude": 2.3522,
484484
}
@@ -783,7 +783,7 @@ def setup(self):
783783
**{
784784
"type": LocationTypes.COUNTRY.value,
785785
"name": "Mars",
786-
"description": "A city ",
786+
"description": "A city",
787787
"latitude": 48.8566,
788788
"longitude": 2.3522,
789789
"region": "northern-america",

0 commit comments

Comments
 (0)