Skip to content

Commit 6dc4067

Browse files
committed
Remove erroneously added strings
Signed-off-by: junya koyama <[email protected]>
1 parent b93e038 commit 6dc4067

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/src/docs/asciidoc/user-guide/writing-tests.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,8 +2241,7 @@ If the programming language you are using supports _text blocks_ you can alterna
22412241
the `textBlock` attribute of `@CsvSource`. Each record within a text block represents a
22422242
CSV record and results in one invocation of the parameterized class or test. The first record
22432243
may optionally be used to supply CSV headers by setting the `useHeadersInDisplayName` attribute
2244-
to `true` as in the example below. or one of its superclasses, field injection will be used.
2245-
Otherwise, constructor injection
2244+
to `true` as in the example below.
22462245

22472246
Using a text block, the previous example can be implemented as follows.
22482247

0 commit comments

Comments
 (0)