Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit c1ef615

Browse files
committed
Fixing test
1 parent 5e8a435 commit c1ef615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/marklogic/appdeployer/command/schemas/LoadSchemasCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private DatabaseClient buildContentClient(CommandContext context, String schemas
114114
return context.getAppConfig().newAppServicesDatabaseClient(contentDatabase);
115115
}
116116
logger.warn(format("Unable to find a content database associated with schemas database: %s; this may " +
117-
"result in errors when loading TDE templates and Query-Based-View scripts."));
117+
"result in errors when loading TDE templates and Query-Based-View scripts.", schemasDatabase));
118118
return null;
119119
}
120120

src/test/java/com/marklogic/appdeployer/command/schemas/LoadSchemasTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class LoadSchemasTest extends AbstractAppDeployerTest {
3939

4040
@AfterEach
4141
public void cleanup() {
42-
// undeploySampleApp();
42+
undeploySampleApp();
4343
}
4444

4545
@Test

0 commit comments

Comments
 (0)