Skip to content

Commit 386277d

Browse files
cppwfsfmbenhassine
authored andcommitted
Fix tiny misspelling in the sybase integration test comments
1 parent 1343eee commit 386277d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-batch-core/src/test/java/org/springframework/batch/core/test/repository/SybaseJobRepositoryIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* The Sybase official jdbc driver is not freely available. This test uses the
5050
* non-official jTDS driver. There is no official public Docker image for Sybase neither.
5151
* This test uses the non-official Docker image by Jetbrains. Sybase in not supported in
52-
* testcontainers. Sysbase support is tested manually for the moment: 1. Run `docker run
52+
* testcontainers. Sybase support is tested manually for the moment: 1. Run `docker run
5353
* -d -t -p 5000:5000 -eSYBASE_USER=sa -eSYBASE_PASSWORD=sa -eSYBASE_DB=test
5454
* datagrip/sybase:16.0` 2. Update the datasource configuration with the IP of the
5555
* container 3. Run the test `testJobExecution`

0 commit comments

Comments
 (0)