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
No related branches found
No related tags found
No related merge requests found
Pipeline #22888 failed
...@@ -97,7 +97,7 @@ test("remove a person from db", done => { ...@@ -97,7 +97,7 @@ test("remove a person from db", done => {
console.log( console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data) "Test callback: status=" + status + ", data=" + JSON.stringify(data)
); );
expect(data.affectedRows).toBeGreaterThanOrEqual(1); expect(data.affectedRows).toBeGreaterThanOrEqual(100);
done(); done();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment