Skip to content

Commit af91a80

Browse files
committed
test(Compare and Comply): Update tests for model change
1 parent 36ac4e7 commit af91a80

File tree

4 files changed

+12
-36
lines changed

4 files changed

+12
-36
lines changed

compare-comply/src/test/resources/compare_comply/classify-return.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,34 +115,22 @@
115115
"column_index_begin": 4000,
116116
"column_index_end": 5000,
117117
"row_header_ids": [
118-
{
119-
"id": "id"
120-
}
118+
"id"
121119
],
122120
"row_header_texts": [
123-
{
124-
"text": "text"
125-
}
121+
"text"
126122
],
127123
"row_header_texts_normalized": [
128-
{
129-
"text_normalized": "text_normalized"
130-
}
124+
"text_normalized"
131125
],
132126
"column_header_ids": [
133-
{
134-
"id": "id"
135-
}
127+
"id"
136128
],
137129
"column_header_texts": [
138-
{
139-
"text": "text"
140-
}
130+
"text"
141131
],
142132
"column_header_texts_normalized": [
143-
{
144-
"text_normalized": "text_normalized"
145-
}
133+
"text_normalized"
146134
],
147135
"attributes": [
148136
{

compare-comply/src/test/resources/compare_comply/table-return.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,22 @@
7676
"column_index_begin": 4000,
7777
"column_index_end": 5000,
7878
"row_header_ids": [
79-
{
80-
"id": "id"
81-
}
79+
"id"
8280
],
8381
"row_header_texts": [
84-
{
85-
"text": "text"
86-
}
82+
"text"
8783
],
8884
"row_header_texts_normalized": [
89-
{
90-
"text_normalized": "text_normalized"
91-
}
85+
"text_normalized"
9286
],
9387
"column_header_ids": [
94-
{
95-
"id": "id"
96-
}
88+
"id"
9789
],
9890
"column_header_texts": [
99-
{
100-
"text": "text"
101-
}
91+
"text"
10292
],
10393
"column_header_texts_normalized": [
104-
{
105-
"text_normalized": "text_normalized"
106-
}
94+
"text_normalized"
10795
],
10896
"attributes": [
10997
{
-18.2 KB
Binary file not shown.
79.4 KB
Loading

0 commit comments

Comments
 (0)