Skip to content
Snippets Groups Projects
Commit 285f19b7 authored by Ben Oscar Strømhylden's avatar Ben Oscar Strømhylden
Browse files

legg inn feil

parent e6b85e38
No related branches found
No related tags found
No related merge requests found
Pipeline #22686 failed
......@@ -94,7 +94,7 @@ test("Delete person with id from db", done => {
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
expect(data.affectedRows).toBeGreaterThanOrEqual(2);
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment