Skip to content
Snippets Groups Projects
Commit 2207e93c authored by Kevin Mentzoni Halvarsson's avatar Kevin Mentzoni Halvarsson
Browse files

Added intentional failure to check slack functionality

parent 574f4a66
No related branches found
No related tags found
No related merge requests found
Pipeline #22644 failed
......@@ -82,7 +82,7 @@ test("update person with id", done => {
console.log(
"Test callback: status =" + status + ", data = " + JSON.stringify(data)
);
expect(data.affectedRows).toBe(1);
expect(data.affectedRows).toBe(0);
done();
}
personDao.updateOne(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment