Skip to content

Commit ad14ef6

Browse files
committed
fix: medium tests
1 parent 70e62cb commit ad14ef6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

server/test/medium/specs/services/ocr.service.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ describe(OcrService.name, () => {
5757
id: expect.any(String),
5858
text: 'Test OCR',
5959
textScore: 0.95,
60+
isVisible: true,
6061
x1: 10,
6162
y1: 10,
6263
x2: 50,
@@ -106,6 +107,7 @@ describe(OcrService.name, () => {
106107
id: expect.any(String),
107108
text: 'One',
108109
textScore: 0.9,
110+
isVisible: true,
109111
x1: 0,
110112
y1: 1,
111113
x2: 2,
@@ -121,6 +123,7 @@ describe(OcrService.name, () => {
121123
id: expect.any(String),
122124
text: 'Two',
123125
textScore: 0.89,
126+
isVisible: true,
124127
x1: 8,
125128
y1: 9,
126129
x2: 10,
@@ -136,6 +139,7 @@ describe(OcrService.name, () => {
136139
id: expect.any(String),
137140
text: 'Three',
138141
textScore: 0.88,
142+
isVisible: true,
139143
x1: 16,
140144
y1: 17,
141145
x2: 18,
@@ -151,6 +155,7 @@ describe(OcrService.name, () => {
151155
id: expect.any(String),
152156
text: 'Four',
153157
textScore: 0.87,
158+
isVisible: true,
154159
x1: 24,
155160
y1: 25,
156161
x2: 26,
@@ -166,6 +171,7 @@ describe(OcrService.name, () => {
166171
id: expect.any(String),
167172
text: 'Five',
168173
textScore: 0.86,
174+
isVisible: true,
169175
x1: 32,
170176
y1: 33,
171177
x2: 34,

0 commit comments

Comments
 (0)