Skip to content

Commit

Permalink
Réparer test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Oct 27, 2023
1 parent c570481 commit 51709d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/réseau.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ typesClients.forEach((type) => {
const val = await relationsPropres.attendreQue(
(x) => x.find(r=>r.idCompte === idsBdCompte[1])?.confiance !== -1
);
expect(val).to.have.deep.members(réf);
expect(val.find(r=>r.idCompte === idsBdCompte[1])).to.deep.equal(réf);
});

it("Ajout membres au réseau d'un autre membre détecté", async () => {
Expand Down

0 comments on commit 51709d1

Please sign in to comment.