Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Jun 27, 2024
1 parent cddb7e3 commit 515da06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void setUp() throws Exception {

when(clientContext.getConfig()).thenReturn(sortClientConfig);
when(sortClientConfig.getSortTaskId()).thenReturn("sortTaskId");
when(sortClientConfig.getSubscription()).thenReturn("sortTaskId");

}

Expand Down

0 comments on commit 515da06

Please sign in to comment.