Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdClear committed Sep 28, 2023
1 parent 152a5b5 commit 5c8e6eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
*/
package com.alipay.sofa.serverless.arklet.core.util;

import junit.framework.TestCase;
import org.junit.Assert;
import org.junit.Test;

import java.util.Date;

public class ConvertUtilsTests extends TestCase {
public class ConvertUtilsTests {

@Test
public void testBytes2Megabyte() {
Expand Down

0 comments on commit 5c8e6eb

Please sign in to comment.