Aman-Mittal commented on code in PR #5279:
URL: https://github.com/apache/fineract/pull/5279#discussion_r2656299867


##########
fineract-command/src/test/java/org/apache/fineract/command/CommandBaseTest.java:
##########
@@ -40,9 +40,17 @@ abstract class CommandBaseTest {
     protected static Network network = Network.newNetwork();
 
     @Container
-    protected static final GenericContainer POSTGRES_CONTAINER = new 
GenericContainer("postgres:16").withNetwork(network)
-            .withNetworkAliases("postgres").withExposedPorts(5432)
-            .withEnv(Map.of("POSTGRES_DB", "fineract-test", "POSTGRES_USER", 
"root", "POSTGRES_PASSWORD", "mifos"));
+    protected static final GenericContainer<?> POSTGRES_CONTAINER =

Review Comment:
   Why needed to change on CommandBaseTest.java  is it related to typo?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to