-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
● GET /api/v1/imagens/1/listar-segmentacao-celula/1 › anonymous
expect(received).toMatchObject(expected)
- Expected - 22
+ Received + 1
Object {
- "celulas": ArrayContaining [
- Object {
- "descricao": Object {
- "codigo": Any<Number>,
- "id": Any<Number>,
- "nome": Any<String>,
- },
- "id": Any<Number>,
- "segmentos_citoplasma": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- "segmentos_nucleo": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- },
- ],
+ "celulas": Array [],
}
2332 | expect(
2333 | response.body
> 2334 | ).toMatchObject(
| ^
2335 | {
2336 | celulas: expect.arrayContaining(
2337 | [{
at src/__tests__/image.js:2334:31
at runMicrotasks (<anonymous>)
● GET /api/v1/imagens/1/listar-segmentacao-celula/1 › admin
expect(received).toMatchObject(expected)
- Expected - 22
+ Received + 1
Object {
- "celulas": ArrayContaining [
- Object {
- "descricao": Object {
- "codigo": Any<Number>,
- "id": Any<Number>,
- "nome": Any<String>,
- },
- "id": Any<Number>,
- "segmentos_citoplasma": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- "segmentos_nucleo": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- },
- ],
+ "celulas": Array [],
}
2377 | expect(
2378 | response.body
> 2379 | ).toMatchObject(
| ^
2380 | {
2381 | celulas: expect.arrayContaining(
2382 | [{
at src/__tests__/image.js:2379:31
at runMicrotasks (<anonymous>)
● GET /api/v1/imagens/1/listar-segmentacao-celula/1 › anonymous
expect(received).toMatchObject(expected)
- Expected - 22
+ Received + 1
Object {
- "celulas": ArrayContaining [
- Object {
- "descricao": Object {
- "codigo": Any<Number>,
- "id": Any<Number>,
- "nome": Any<String>,
- },
- "id": Any<Number>,
- "segmentos_citoplasma": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- "segmentos_nucleo": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- },
- ],
+ "celulas": Array [],
}
2424 | expect(
2425 | response.body
> 2426 | ).toMatchObject(
| ^
2427 | {
2428 | celulas: expect.arrayContaining(
2429 | [{
at src/__tests__/image.js:2426:31
at runMicrotasks (<anonymous>)
● GET /api/v1/imagens/1/listar-segmentacao-celula/1 › charles
expect(received).toMatchObject(expected)
- Expected - 22
+ Received + 1
Object {
- "celulas": ArrayContaining [
- Object {
- "descricao": Object {
- "codigo": Any<Number>,
- "id": Any<Number>,
- "nome": Any<String>,
- },
- "id": Any<Number>,
- "segmentos_citoplasma": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- "segmentos_nucleo": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- },
- ],
+ "celulas": Array [],
}
2469 | expect(
2470 | response.body
> 2471 | ).toMatchObject(
| ^
2472 | {
2473 | celulas: expect.arrayContaining(
2474 | [{
at src/__tests__/image.js:2471:31
at runMicrotasks (<anonymous>)
● GET /api/v1/imagens/1/listar-segmentacao-celula/1 › admin
expect(received).toMatchObject(expected)
- Expected - 22
+ Received + 1
Object {
- "celulas": ArrayContaining [
- Object {
- "descricao": Object {
- "codigo": Any<Number>,
- "id": Any<Number>,
- "nome": Any<String>,
- },
- "id": Any<Number>,
- "segmentos_citoplasma": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- "segmentos_nucleo": ArrayContaining [
- Object {
- "coord_x": Any<Number>,
- "coord_y": Any<Number>,
- },
- ],
- },
- ],
+ "celulas": Array [],
}
2514 | expect(
2515 | response.body
> 2516 | ).toMatchObject(
| ^
2517 | {
2518 | celulas: expect.arrayContaining(
2519 | [{
at src/__tests__/image.js:2516:31
at runMicrotasks (<anonymous>)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers