Skip to content

Commit

Permalink
updated metadata version mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Aug 14, 2023
1 parent 2e259f9 commit 2caa445
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_mock_metadata():
EXISTING_STUDY: {
EXISTING_DATA_P: {
EXISTING_VERSION: {
"version": "1.0",
"transacton_format_version": "2",
"last_upload": "2023-02-24T15:03:34+00:00",
"last_data_update": "2023-02-24T15:03:40.657583+00:00",
"last_aggregation": "2023-02-24T15:08:07.504595+00:00",
Expand All @@ -50,7 +50,7 @@ def get_mock_metadata():
OTHER_STUDY: {
EXISTING_DATA_P: {
EXISTING_VERSION: {
"version": "1.0",
"transacton_format_version": "2",
"last_upload": "2023-02-24T15:43:57+00:00",
"last_data_update": "2023-02-24T15:44:03.861574+00:00",
"last_aggregation": "2023-02-24T15:44:03.861574+00:00",
Expand All @@ -64,7 +64,7 @@ def get_mock_metadata():
EXISTING_STUDY: {
EXISTING_DATA_P: {
EXISTING_VERSION: {
"version": "1.0",
"transacton_format_version": "2",
"last_upload": "2023-02-24T15:08:06+00:00",
"last_data_update": "2023-02-24T15:08:07.771080+00:00",
"last_aggregation": "2023-02-24T15:08:07.771080+00:00",
Expand All @@ -82,15 +82,15 @@ def get_mock_study_metadata():
EXISTING_SITE: {
EXISTING_STUDY: {
EXISTING_VERSION: {
"version": "1.0",
"study_period_format_version": "2",
"last_data_update": "2023-02-24T15:03:40.657583+00:00",
"earliest_data": "2020-02-24T15:03:40.657583+00:00",
"latest_data": "2023-02-24T15:03:40.657583+00:00",
}
},
OTHER_STUDY: {
EXISTING_VERSION: {
"version": "1.0",
"study_period_format_version": "2",
"last_data_update": "2023-02-24T15:44:03.861574+00:00",
"earliest_data": "2020-02-24T15:03:40.657583+00:00",
"latest_data": "2023-02-24T15:03:40.657583+00:00",
Expand All @@ -100,7 +100,7 @@ def get_mock_study_metadata():
OTHER_SITE: {
EXISTING_STUDY: {
EXISTING_VERSION: {
"version": "1.0",
"study_period_format_version": "2",
"last_data_update": "2023-02-24T15:08:07.771080+00:00",
"earliest_data": "2020-02-24T15:03:40.657583+00:00",
"latest_data": "2023-02-24T15:03:40.657583+00:00",
Expand Down

0 comments on commit 2caa445

Please sign in to comment.