File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
documentation/src/docs/asciidoc/user-guide Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2241,8 +2241,7 @@ If the programming language you are using supports _text blocks_ you can alterna
22412241the `textBlock` attribute of `@CsvSource`. Each record within a text block represents a
22422242CSV record and results in one invocation of the parameterized class or test. The first record
22432243may 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
22472246Using a text block, the previous example can be implemented as follows.
22482247
You can’t perform that action at this time.
0 commit comments