From 8f261db525399fa8780b5a4f5268bcb23381bb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Wed, 28 Feb 2024 12:09:56 -0600 Subject: [PATCH] Fix typo See gh-1421 --- ...ava => PostgresqlProjectGenerationConfigurationTests.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/{postgresqlProjectGenerationConfigurationTests.java => PostgresqlProjectGenerationConfigurationTests.java} (93%) diff --git a/start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/postgresqlProjectGenerationConfigurationTests.java b/start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/PostgresqlProjectGenerationConfigurationTests.java similarity index 93% rename from start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/postgresqlProjectGenerationConfigurationTests.java rename to start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/PostgresqlProjectGenerationConfigurationTests.java index 7eff334aac..5e4dd3807c 100644 --- a/start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/postgresqlProjectGenerationConfigurationTests.java +++ b/start-site/src/test/java/io/spring/start/site/extension/dependency/postgresql/PostgresqlProjectGenerationConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2023 the original author or authors. + * Copyright 2012-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * * @author Moritz Halbritter */ -class postgresqlProjectGenerationConfigurationTests extends AbstractExtensionTests { +class PostgresqlProjectGenerationConfigurationTests extends AbstractExtensionTests { @Test void doesNothingWithoutDockerCompose() {