Skip to content
Snippets Groups Projects
Commit 94ab8ac8 authored by Jonas Kristoffersen's avatar Jonas Kristoffersen
Browse files

Feiltest

parent 7ac9f189
No related branches found
No related tags found
No related merge requests found
Pipeline #23015 failed with stages
in 1 minute and 4 seconds
......@@ -120,5 +120,5 @@ test("delete person from db", done => {
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
done();
}
personDao.deleteOne(1, callback);
personDao.deleteOne(0, callback);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment