Skip to content

Commit

Permalink
Remove extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Sep 10, 2024
1 parent 84e2613 commit 58a7216
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions visual-js/visual/src/common/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ test('create and finish build', async () => {
expect(status).toBe('RUNNING');

{
const { status } = await api.finishBuild({ id });
expect(status).toBe('EMPTY');
}

{
const { status } = await api.finishBuild({ id });
const { status } = await api.finishBuild({ uuid: id });
expect(status).toBe('EMPTY');
}
});
Expand Down

0 comments on commit 58a7216

Please sign in to comment.