Skip to content

Commit

Permalink
Fix unit test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujinsong committed Dec 19, 2024
1 parent 6ef1be7 commit 195f344
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ public void after() throws IOException {
}

@Test
public void testOptimizingPorcess() {
Persistency persistency = new Persistency();
public void testOptimizingProcess() {
persistency = new Persistency();

String catalogName = "catalog1";
String dbName = "db1";
Expand Down Expand Up @@ -316,7 +316,7 @@ private Table getTable() {
* underly db.
*/
private static class Persistency extends MixedAndIcebergTableDescriptor {
private static final Logger LOG = LoggerFactory.getLogger(DerbyPersistence.class);
private static final Logger LOG = LoggerFactory.getLogger(Persistency.class);

private static TemporaryFolder SINGLETON_FOLDER;

Expand Down

0 comments on commit 195f344

Please sign in to comment.