Skip to content

Commit

Permalink
correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAdee committed May 4, 2024
1 parent fc1eb18 commit 893f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UsageMntrServ/routes/__test__/usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ it('creates a new user and updates the usage bandwidth', async () => {
await request(app)
.post('/api/usageMntr/createUser')
.send({ userID })
.expect(400);
.expect(201);

// Update the usage bandwidth
const response = await request(app)
Expand Down

0 comments on commit 893f059

Please sign in to comment.