Skip to content

Commit

Permalink
Update testing configs to be file arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Sep 2, 2024
1 parent 604b2b3 commit 70f1631
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/config/default_2022Q4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"pactaDataURL": "https://pactadatadev.file.core.windows.net/workflow-data-preparation-outputs/2022Q4_20240426T113151Z",
"parameters": {
"portfolio": {
"files": "default_portfolio.csv",
"files": [
"default_portfolio.csv"
],
"holdingsDate": "2023-12-31"
},
"inherit": "2022Q4"
Expand Down
4 changes: 3 additions & 1 deletion tests/config/default_2023Q4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"pactaDataURL": "https://pactadatadev.file.core.windows.net/workflow-data-preparation-outputs/2023Q4_20240424T120055Z",
"parameters": {
"portfolio": {
"files": "default_portfolio.csv",
"files": [
"default_portfolio.csv"
],
"holdingsDate": "2023-12-31"
},
"inherit": "2023Q4"
Expand Down
4 changes: 3 additions & 1 deletion tests/config/full_params_2023Q4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"parameters": {
"portfolio": {
"holdingsDate": "2023-12-31",
"files": "default_portfolio.csv",
"files": [
"default_portfolio.csv"
],
"name": "Default Portfolio"
},
"analysis": {
Expand Down

0 comments on commit 70f1631

Please sign in to comment.