Skip to content

Commit

Permalink
Move TimeServiceTest to correct package (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Oct 29, 2023
1 parent 648bf70 commit bfba7cd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
* limitations under the License.
*/

package org.apache.shardingsphere.elasticjob.kernel.time;
package org.apache.shardingsphere.elasticjob.kernel.internal.time;

import org.apache.shardingsphere.elasticjob.kernel.internal.time.TimeService;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertTrue;
Expand Down

0 comments on commit bfba7cd

Please sign in to comment.