Skip to content

Commit

Permalink
remove new instance code
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhao26-nineteen committed May 24, 2024
1 parent 0c47ac4 commit 3704ad9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void testAddClientFilters() {

@Test
public void testAddServerFilters() {
AddFilterTRpcConfigManagerCustomizer addFilterTRpcConfigManagerCustomizer = new AddFilterTRpcConfigManagerCustomizer();
AddFilterTRpcConfigManagerCustomizer customizer = addFilterTRpcConfigManagerCustomizer.addServerFilters(
FILTER_ONE, FILTER_TWO);
Assert.assertEquals(addFilterTRpcConfigManagerCustomizer, customizer);
Expand Down

0 comments on commit 3704ad9

Please sign in to comment.