Skip to content

Commit

Permalink
test: 영역 값 변경에 따른 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyw0716 committed Oct 19, 2023
1 parent 3dbbe02 commit 7c4f5fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getDeltaAreaState } from './deltaAreaStore';
describe('델타 영역 값에 따라 알맞은 상태를 반환한다.', () => {
test.each([
[0.137, 'max'],
[0.000145, 'large'],
[0.0005, 'large'],
[0.136, 'large'],
[0.0000085, 'medium'],
[0.000144, 'medium'],
Expand Down

0 comments on commit 7c4f5fc

Please sign in to comment.