Skip to content

Commit 5116563

Browse files
committed
enable merge
1 parent 9d07af7 commit 5116563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/users.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('User authentication tests', () => {
2121
username: `supertest${num}`,
2222
email: `test${num}@test.com`,
2323
password: `${num}`,
24-
})
24+
})
2525
.expect('Content-Type', /json/)
2626
.expect(200)
2727
.then((res) => expect(typeof res.body).toBe('object'));

0 commit comments

Comments
 (0)