Skip to content

Commit

Permalink
Merge pull request #1421 from eddumelendez
Browse files Browse the repository at this point in the history
* pr/1421:
  Fix typo

Closes gh-1421
  • Loading branch information
mhalbritter committed Feb 29, 2024
2 parents b7abb91 + 8f261db commit 9574a42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -30,7 +30,7 @@
*
* @author Moritz Halbritter
*/
class postgresqlProjectGenerationConfigurationTests extends AbstractExtensionTests {
class PostgresqlProjectGenerationConfigurationTests extends AbstractExtensionTests {

@Test
void doesNothingWithoutDockerCompose() {
Expand Down

0 comments on commit 9574a42

Please sign in to comment.