Skip to content
Snippets Groups Projects
Commit 1e4fab9a authored by Herman Ryen Martinsen's avatar Herman Ryen Martinsen
Browse files

La til en feil i delete-testen

parent a235e364
Branches master
No related tags found
No related merge requests found
Pipeline #22888 failed
......@@ -97,7 +97,7 @@ test("remove a person from db", done => {
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
expect(data.affectedRows).toBeGreaterThanOrEqual(100);
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