Skip to content

Commit cb88cc9

Browse files
committed
correct second stage block test
1 parent b630afe commit cb88cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/builders/launch-query.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ test('It should return launches block 4 cores', async () => {
126126
});
127127
});
128128

129-
test('It should return 11 launches with second stage block 1 cores', async () => {
130-
const response = await request(app.callback()).get('/v2/launches?block=4');
129+
test('It should return 27 launches with second stage block 1 cores', async () => {
130+
const response = await request(app.callback()).get('/v2/launches?second_stage_block=1');
131131
expect(response.statusCode).toBe(200);
132-
expect(response.body.length).toBe(11);
132+
expect(response.body.length).toBe(27);
133133
});
134134

135135
test('It should return launches with cap serial C113', async () => {

0 commit comments

Comments
 (0)