Skip to content

Commit 1b3aaf7

Browse files
chore: edit test
1 parent 1967270 commit 1b3aaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/character.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const config = require('config');
55

66
const serverConfig = config['server'];
77

8-
describe('Endpoint Health', () => {
9-
it('Should be return 200 and characters', async () => {
8+
describe('Endpoint Character', () => {
9+
it('Should be return 200 and all characters', async () => {
1010
const result = await request(app).get(`${serverConfig['context']}/character`).send();
1111
expect(result.status).toBe(200);
1212
expect(result.body).not.toBeNull();

0 commit comments

Comments
 (0)