Skip to content

Commit 8bd6888

Browse files
committed
Fix formatting in example
1 parent ebb561a commit 8bd6888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/src/test/java/example/ParameterizedTestDemo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ void testWithMultiArgFieldSource(String str, int num, List<String> list) {
314314
// tag::CsvSource_example[]
315315
@ParameterizedTest
316316
@CsvSource({
317-
"apple, 1",
318-
"banana, 2",
317+
"apple, 1",
318+
"banana, 2",
319319
"'lemon, lime', 0xF1",
320-
"strawberry, 700_000"
320+
"strawberry, 700_000"
321321
})
322322
void testWithCsvSource(String fruit, int rank) {
323323
assertNotNull(fruit);

0 commit comments

Comments
 (0)