Test fixes

This commit is contained in:
dragonmacher
2024-12-23 11:37:01 -05:00
parent 76e4ac55c5
commit 14527b015e
@@ -170,7 +170,7 @@ public class SourceFilesTableProvider extends ComponentProviderAdapter {
if (source == transformsTable.getTable()) { if (source == transformsTable.getTable()) {
return new TransformTableActionContext(); return new TransformTableActionContext();
} }
return new DefaultActionContext(); return null;
} }
private void buildMainPanel() { private void buildMainPanel() {