Skip to content

Commit

Permalink
Undo some changes to UI assert data
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Oct 19, 2023
1 parent 6664036 commit 28da4f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/covalent_ui_backend_tests/utils/assert_data/lattices.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def seed_lattice_data():
"started_at": "2022-10-27T10:08:34.497285",
"ended_at": "2022-10-27T10:08:35.997225",
"status": "COMPLETED",
"updated_at": "2022-10-27T10:08:36.00403",
"updated_at": "2022-10-27T10:08:36.004030",
},
]
},
Expand All @@ -193,7 +193,7 @@ def seed_lattice_data():
"started_at": "2022-10-27T10:08:34.497285",
"ended_at": "2022-10-27T10:08:35.997225",
"status": "COMPLETED",
"updated_at": "2022-10-27T10:08:36.00403",
"updated_at": "2022-10-27T10:08:36.004030",
},
{
"dispatch_id": "69dec597-79d9-4c99-96de-8d5f06f3d4dd",
Expand Down
4 changes: 2 additions & 2 deletions tests/covalent_ui_backend_tests/utils/assert_data/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def seed_summary_data():
"started_at": "2022-09-23T10:01:11.155428",
"ended_at": "2022-09-23T10:01:11.717064",
"status": "COMPLETED",
"updated_at": "2022-09-23T10:01:11.72014",
"updated_at": "2022-09-23T10:01:11.720140",
},
{
"dispatch_id": "e8fd09c9-1406-4686-9e77-c8d4d64a76ee",
Expand Down Expand Up @@ -118,7 +118,7 @@ def seed_summary_data():
"started_at": "2022-09-23T10:01:11.155428",
"ended_at": "2022-09-23T10:01:11.717064",
"status": "COMPLETED",
"updated_at": "2022-09-23T10:01:11.72014",
"updated_at": "2022-09-23T10:01:11.720140",
}
],
"total_count": 3,
Expand Down

0 comments on commit 28da4f4

Please sign in to comment.