Skip to content

Commit 5fdb138

Browse files
authored
Fix @ArgumentsSource annotation name in user guide (#2980)
1 parent 5407208 commit 5fdb138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ if they exceed the configured maximum length. The limit is configurable via the
18511851
`junit.jupiter.params.displayname.argument.maxlength` configuration parameter and defaults
18521852
to 512 characters.
18531853

1854-
When using `@MethodSource` or `@ArgumentSource`, you can provide custom names for
1854+
When using `@MethodSource` or `@ArgumentsSource`, you can provide custom names for
18551855
arguments using the `{Named}` API. A custom name will be used if the argument is included
18561856
in the invocation display name, like in the example below.
18571857

0 commit comments

Comments
 (0)