Browse Source

Update ShellCommandExecutorTest.java

pull/3/MERGE
小清 4 years ago committed by GitHub
parent
commit
f5f3f8972d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/shell/ShellCommandExecutorTest.java

2
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/shell/ShellCommandExecutorTest.java

@ -38,8 +38,8 @@ import org.powermock.modules.junit4.PowerMockRunner;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import java.util.Date;
import java.lang.reflect.Method;
import java.util.Date;
/**
* python shell command executor test

Loading…
Cancel
Save