Skip to content
Snippets Groups Projects
Commit 65ce46ab authored by Jakob Lønnerød Madsen's avatar Jakob Lønnerød Madsen
Browse files

Update persondao.test.js

parent 1c98d18a
No related branches found
No related tags found
No related merge requests found
Pipeline #49997 passed
......@@ -86,7 +86,7 @@ test("remove person from db", done => {
expect(data.affectedRows).toBe(1);
done();
}
id = 1
id = 2
personDao.deleteOne(id, 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