Skip to content

Commit

Permalink
条件が2桁以下の時の同値パーテーション以外のテストケースを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
marumoto-goq committed May 21, 2024
1 parent 7e7aa8e commit c74f2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/utils/checkLength.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('完全一致検索時の桁数はチェック', () => {
});

test('部分一致検索で入力データが1文字以下の場合はfalseを返す', () => {
expect(checkLength(false, 0)).toBe(false);
expect(checkLength(false, 1)).toBe(false);
});
});

0 comments on commit c74f2ef

Please sign in to comment.