Skip to content

Commit

Permalink
add comment for grpc test
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Mar 22, 2024
1 parent 12c8a62 commit f69a3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.junit.After;
import org.junit.BeforeClass;

@Useless
@Useless("empty now")
public class BaseGrpcTest {

@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import lombok.extern.slf4j.Slf4j;

@Useless
@Useless("empty now")
@RunWith(Suite.class)
@Suite.SuiteClasses({
})
Expand Down

0 comments on commit f69a3f2

Please sign in to comment.