-
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
● 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
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers