Skip to content

Commit 298da2a

Browse files
authored
Fix typo in testing.adoc method name (#5148)
Corrected a typo in the method name from 'srartJob()' to 'startJob()'. Signed-off-by: Antoine Rey <[email protected]>
1 parent f04f663 commit 298da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The test method begins by setting up the database with test data. It clears the
7070
table and then inserts 10 new records. The test then launches the `Job` by using the
7171
`startJob()` method. The `startJob()` method is provided by the `JobOperatorTestUtils`
7272
class. The `JobOperatorTestUtils` class also provides the `startJob(JobParameters)`
73-
method, which lets the test give particular parameters. The `srartJob()` method
73+
method, which lets the test give particular parameters. The `startJob()` method
7474
returns the `JobExecution` object, which is useful for asserting particular information
7575
about the `Job` run. In the following case, the test verifies that the `Job` ended with
7676
a status of `COMPLETED`.

0 commit comments

Comments
 (0)