Skip to content

Commit 32e4092

Browse files
committed
Update test case
1 parent 755ab89 commit 32e4092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/question/src/tests/app.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ describe("Test Update", () => {
431431
category: ["Update Category"],
432432
complexity: "Update Complexity",
433433
};
434-
const questionId = 999999;
434+
const questionId = 1;
435435
const res = await request
436436
.post(`/api/${questionId}/update`)
437437
.send(updateQuestion);

0 commit comments

Comments
 (0)