Skip to content

Commit 5d8f762

Browse files
committed
Fix unit tests
1 parent c1d2cac commit 5d8f762

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/data/network/model/network_launch_model_test.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ void main() {
77
final json = {
88
'_id': '123',
99
'mission_name': 'Test Mission',
10-
'rocket': {'id': 'rocket123', 'type': 'Falcon 9', 'name': 'Falcon'},
10+
'rocket': {
11+
'rocket_id': 'rocket123',
12+
'type': 'Falcon 9',
13+
'name': 'Falcon'
14+
},
1115
'launch_success': true,
1216
'links': {
1317
'mission_patch': 'patch_url',

0 commit comments

Comments
 (0)