Skip to content

Commit

Permalink
Update src/tag-log-v2/tag-log-v2.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niamu01 authored Mar 20, 2023
1 parent 6d57304 commit 2286ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tag-log-v2/tag-log-v2.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('Tag Log (v2) unit 테스트', () => {

//then
expect(resultPairs).toHaveLength(2);
expect(resultPairs).toHaveProperty('[0].durationSecond', 40 * 60); // 50 min
expect(resultPairs).toHaveProperty('[0].durationSecond', 40 * 60); // 40 min
expect(resultPairs).toHaveProperty('[1].outTimeStamp', null); // 짝이 맞지 않음.
});

Expand Down

0 comments on commit 2286ffb

Please sign in to comment.