Skip to content

Commit fed8eaf

Browse files
test(algorithms, intervals): full bloom flowers
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1c52afb commit fed8eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/intervals/full_bloom_flowers/test_full_bloom_flowers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_full_bloom_flowers(
2424
self.assertEqual(expected, actual)
2525

2626
@parameterized.expand(TEST_CASES)
27-
def test_full_bloom_flowers(
27+
def test_full_bloom_flowers_2(
2828
self, flowers: List[List[int]], people: List[int], expected: List[int]
2929
):
3030
actual = full_bloom_flowers_2(flowers, people)

0 commit comments

Comments
 (0)