Skip to content
Snippets Groups Projects
Commit 775fa9f7 authored by Erlend Sundøy's avatar Erlend Sundøy
Browse files

test slack notifications

parent db4fe6cc
No related branches found
No related tags found
No related merge requests found
Pipeline #23003 canceled with stages
in 18 seconds
......@@ -80,11 +80,10 @@ test("get all persons from db", done => {
test("update person in db", done => {
function callback(status, data) {
/*test*/
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
expect(data.changedRows).toBe(1);
expect(data.changedRows).toBe(2);
done();
}
......
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