Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
test(capsulep test): fixed capsule test since new launch
Browse files Browse the repository at this point in the history
  • Loading branch information
alshapton committed Mar 9, 2020
1 parent 6a68ae4 commit 42e9dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/data/capsules/capsulesP.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"_id": "596eb5fc611279d39a00000c", "capsule_id": "dragon1", "capsule_serial": "C112", "details": null, "landings": 2, "missions": [{"flight": 36, "name": "CRS-10"}, {"flight": 72, "name": "CRS-16"}], "original_launch": "2017-02-19T14:39:00.000Z", "original_launch_unix": 1487515140, "reuse_count": 1, "status": "active", "type": "Dragon 1.1"}]
[{"_id": "596eb5fc611279d39a00000c", "capsule_id": "dragon1", "capsule_serial": "C112", "details": null, "landings": 3, "missions": [{"flight": 36, "name": "CRS-10"}, {"flight": 72, "name": "CRS-16"}, {"flight": 91, "name": "CRS-20"}], "original_launch": "2017-02-19T14:39:00.000Z", "original_launch_unix": 1487515140, "reuse_count": 2, "status": "active", "type": "Dragon 1.1"}]

0 comments on commit 42e9dcd

Please sign in to comment.