Skip to content

Commit

Permalink
ZOOKEEPER-4446 branch-3.6 txnLogCountTest use wrong version of Junit …
Browse files Browse the repository at this point in the history
…Assert import
  • Loading branch information
phang98 committed Jan 19, 2022
1 parent 6cb9fd1 commit a888ae0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@

package org.apache.zookeeper.server;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.Assert.assertEquals;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.doAnswer;
Expand Down

0 comments on commit a888ae0

Please sign in to comment.