Skip to content

Test ImageDAO.listarSegmentosCitoplasmaCelula is failing #172

@rgaiacs

Description

@rgaiacs

  ● Test ImageDAO.listarSegmentosCitoplasmaCelula › id_imagem = 1, id_usuario = 1
    expect(received).toEqual(expected) // deep equality
    Expected: ArrayContaining [{"coord_x": Any<Number>, "coord_y": Any<Number>, "id_celula": 1, "id_descricao": Any<Number>}]
    Received: []
      260 |                     .then(
      261 |                         data => {
    > 262 |                             expect(data).toEqual(
          |                                          ^
      263 |                                 expect.arrayContaining(
      264 |                                     [{
      265 |                                         coord_x: expect.any(Number),
      at src/repositorios/image.test.js:262:42

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions