Skip to content

Commit cc48319

Browse files
authored
Fix snapshot dir in study_analytics_package_test.json (#66)
1 parent 230fa41 commit cc48319

File tree

3 files changed

+101
-3
lines changed

3 files changed

+101
-3
lines changed
Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1-
{"data":{"ObservationAggregateSummaryTest":[{"groupId":1,"metadataId":1,"num":5},{"groupId":1,"metadataId":2,"num":5},{"groupId":1,"metadataId":3,"num":5},{"groupId":1,"metadataId":5,"num":5},{"groupId":1,"metadataId":9,"num":5},{"groupId":1,"metadataId":12,"num":5},{"groupId":1,"metadataId":17,"num":5},{"groupId":1,"metadataId":20,"num":5},{"groupId":2,"metadataId":1,"num":5},{"groupId":2,"metadataId":2,"num":5}]}}
1+
{
2+
"data" : {
3+
"ObservationAggregateSummaryTest" : [ {
4+
"groupId" : 1,
5+
"metadataId" : 1,
6+
"num" : 5
7+
}, {
8+
"groupId" : 1,
9+
"metadataId" : 2,
10+
"num" : 5
11+
}, {
12+
"groupId" : 1,
13+
"metadataId" : 3,
14+
"num" : 5
15+
}, {
16+
"groupId" : 1,
17+
"metadataId" : 5,
18+
"num" : 5
19+
}, {
20+
"groupId" : 1,
21+
"metadataId" : 9,
22+
"num" : 5
23+
}, {
24+
"groupId" : 1,
25+
"metadataId" : 12,
26+
"num" : 5
27+
}, {
28+
"groupId" : 1,
29+
"metadataId" : 17,
30+
"num" : 5
31+
}, {
32+
"groupId" : 1,
33+
"metadataId" : 20,
34+
"num" : 5
35+
}, {
36+
"groupId" : 2,
37+
"metadataId" : 1,
38+
"num" : 5
39+
}, {
40+
"groupId" : 2,
41+
"metadataId" : 2,
42+
"num" : 5
43+
} ]
44+
}
45+
}
Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,55 @@
1-
{"data":{"ObservationAggregateTest":[{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":1,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":2,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":3,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":5,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":9,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":12,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":17,"num":1},{"groupId":1,"timeHour":"2024-09-16T11:59:59.999Z","metadataId":20,"num":1},{"groupId":1,"timeHour":"2024-09-16T10:59:59.999Z","metadataId":1,"num":1},{"groupId":1,"timeHour":"2024-09-16T10:59:59.999Z","metadataId":2,"num":1}]}}
1+
{
2+
"data" : {
3+
"ObservationAggregateTest" : [ {
4+
"groupId" : 1,
5+
"timeHour" : "2024-09-16T11:59:59.999Z",
6+
"metadataId" : 1,
7+
"num" : 1
8+
}, {
9+
"groupId" : 1,
10+
"timeHour" : "2024-09-16T11:59:59.999Z",
11+
"metadataId" : 2,
12+
"num" : 1
13+
}, {
14+
"groupId" : 1,
15+
"timeHour" : "2024-09-16T11:59:59.999Z",
16+
"metadataId" : 3,
17+
"num" : 1
18+
}, {
19+
"groupId" : 1,
20+
"timeHour" : "2024-09-16T11:59:59.999Z",
21+
"metadataId" : 5,
22+
"num" : 1
23+
}, {
24+
"groupId" : 1,
25+
"timeHour" : "2024-09-16T11:59:59.999Z",
26+
"metadataId" : 9,
27+
"num" : 1
28+
}, {
29+
"groupId" : 1,
30+
"timeHour" : "2024-09-16T11:59:59.999Z",
31+
"metadataId" : 12,
32+
"num" : 1
33+
}, {
34+
"groupId" : 1,
35+
"timeHour" : "2024-09-16T11:59:59.999Z",
36+
"metadataId" : 17,
37+
"num" : 1
38+
}, {
39+
"groupId" : 1,
40+
"timeHour" : "2024-09-16T11:59:59.999Z",
41+
"metadataId" : 20,
42+
"num" : 1
43+
}, {
44+
"groupId" : 1,
45+
"timeHour" : "2024-09-16T10:59:59.999Z",
46+
"metadataId" : 1,
47+
"num" : 1
48+
}, {
49+
"groupId" : 1,
50+
"timeHour" : "2024-09-16T10:59:59.999Z",
51+
"metadataId" : 2,
52+
"num" : 1
53+
} ]
54+
}
55+
}

healthcare-study-monitoring/study_analytics_package_test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"test-runner": {
22-
"snapshot-dir": "snapshots-study-analaytics",
22+
"snapshot-dir": "snapshots-study-analytics",
2323
"delay-sec": -1,
2424
"required-checkpoints": 2
2525
}

0 commit comments

Comments
 (0)