Skip to content

Commit

Permalink
update: optimize unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fengye404 committed Oct 15, 2024
1 parent 45b6027 commit b2a95f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.taobao.arthas.grpc.server.protobuf.ProtobufCodec;
import com.taobao.arthas.grpc.server.protobuf.ProtobufProxy;
import com.taobao.arthas.grpc.server.service.req.ArthasUnittestRequest;
import org.junit.Assert;
import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package unittest.protobuf;

import com.taobao.arthas.grpc.server.protobuf.ProtobufField;
import com.taobao.arthas.grpc.server.protobuf.annotation.ProtobufClass;
import com.taobao.arthas.grpc.server.service.req.ArthasUnittestRequest;

import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit b2a95f4

Please sign in to comment.