Use consistent capitalization in MySQL and MariaDB test names
See gh-37497
This commit is contained in:
committed by
Scott Frederick
parent
667797f2a8
commit
0b703f9007
@@ -114,7 +114,7 @@ public final class DockerImageNames {
|
||||
|
||||
/**
|
||||
* Return a {@link DockerImageName} suitable for running MariaDB.
|
||||
* @return a docker image name for running Mariadb
|
||||
* @return a docker image name for running MariaDB
|
||||
*/
|
||||
public static DockerImageName mariadb() {
|
||||
return DockerImageName.parse("mariadb").withTag(MARIADB_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user