Skip to content

Commit 9fc6982

Browse files
committed
fix typos
1 parent 45e79de commit 9fc6982

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/integration/progressesTasks.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe("Test Progress Updates API for Tasks", function () {
222222
});
223223
});
224224

225-
it("Returns the progress array for the task with userData object when dev is true", function (done) {
225+
it("Returns the progress array for the task with userData object", function (done) {
226226
chai
227227
.request(app)
228228
.get(`/progresses?taskId=${taskId1}&dev=true`)
@@ -339,7 +339,7 @@ describe("Test Progress Updates API for Tasks", function () {
339339
});
340340
});
341341

342-
it("Returns the progress array for all the tasks with userData object when dev is true", function (done) {
342+
it("Returns the progress array for all the tasks with userData object", function (done) {
343343
chai
344344
.request(app)
345345
.get(`/progresses?type=task&dev=true`)

test/integration/progressesUsers.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe("Test Progress Updates API for Users", function () {
226226
});
227227
});
228228

229-
it("Returns the progress array for a specific user with userData object when dev is true", function (done) {
229+
it("Returns the progress array for a specific user with userData object", function (done) {
230230
chai
231231
.request(app)
232232
.get(`/progresses?userId=${userId1}&dev=true`)
@@ -424,7 +424,7 @@ describe("Test Progress Updates API for Users", function () {
424424
});
425425
});
426426

427-
it("Returns the progress data for a specific user with userDat object when dev is true", function (done) {
427+
it("Returns the progress data for a specific user with userData object", function (done) {
428428
chai
429429
.request(app)
430430
.get(`/progresses/user/${userId}/date/2023-05-02?dev=true`)

0 commit comments

Comments
 (0)