Skip to content

Commit 61a25fa

Browse files
committed
showcase: host -> ship
1 parent 30f156b commit 61a25fa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/showcase/showcase_expanse.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
class ExpanseContext(NutsContext):
1717
def general_result(self) -> List[Dict]:
1818
return [
19-
{"host": "rocinante", "name": "naomi nagata", "role": "engineer", "origin": "belter"},
20-
{"host": "rocinante", "name": "james holden", "role": "captain", "origin": "earth"},
21-
{"host": "rocinante", "name": "amos burton", "role": "mechanic", "origin": "earth"},
22-
{"host": "rocinante", "name": "alex kamal", "role": "pilot", "origin": "mars"},
23-
{"host": "rocinante", "name": "bobbie draper", "role": "marine", "origin": "mars"},
19+
{"ship": "rocinante", "name": "naomi nagata", "role": "engineer", "origin": "belter"},
20+
{"ship": "rocinante", "name": "james holden", "role": "captain", "origin": "earth"},
21+
{"ship": "rocinante", "name": "amos burton", "role": "mechanic", "origin": "earth"},
22+
{"ship": "rocinante", "name": "alex kamal", "role": "pilot", "origin": "mars"},
23+
{"ship": "rocinante", "name": "bobbie draper", "role": "marine", "origin": "mars"},
2424
]
2525

2626
def transform_result(self, general_result: List[Dict]):

0 commit comments

Comments
 (0)