Skip to content

Commit

Permalink
minor fix to handle pydantic version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvgithub committed Sep 11, 2023
1 parent 3c2b920 commit 788cae0
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 @@ -177,7 +177,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.004030",
"updated_at": "2022-10-27T10:08:36.00403",
},
]
},
Expand All @@ -197,7 +197,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.004030",
"updated_at": "2022-10-27T10:08:36.00403",
},
{
"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 @@ -84,7 +84,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.720140",
"updated_at": "2022-09-23T10:01:11.72014",
},
{
"dispatch_id": "e8fd09c9-1406-4686-9e77-c8d4d64a76ee",
Expand Down Expand Up @@ -122,7 +122,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.720140",
"updated_at": "2022-09-23T10:01:11.72014",
}
],
"total_count": 3,
Expand Down

0 comments on commit 788cae0

Please sign in to comment.