Skip to content

Commit 8f9f22a

Browse files
xinrijagdish-15
andauthored
Update exercises/practice/two-bucket/src/test/java/TwoBucketTest.java
Co-authored-by: Jagdish Prajapati <jagadishdrp@gmail.com>
1 parent f7ddd1c commit 8f9f22a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

exercises/practice/two-bucket/src/test/java/TwoBucketTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ public void testBucketOneSizeOneBucketTwoSizeThreeStartWithTwo() {
7474
@Disabled("Remove to run test")
7575
@Test
7676
@DisplayName(
77-
"Measure using bucket one of size 2 and bucket two of size 3 - " +
78-
"start with bucket one and end with bucket two")
77+
"Measure using bucket one of size 2 and bucket two of size 3 - " +
78+
"start with bucket one and end with bucket two"
79+
)
7980
public void testBucketOneSizeTwoBucketTwoSizeThreeStartWithOne() {
8081

8182
Result bucketResult = new TwoBucket(2, 3, 3, "one").getResult();

0 commit comments

Comments
 (0)