You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/07/27 04:07:00 UTC

[pulsar] branch branch-2.7 updated: fix compile issue (#16810)

This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new b61edc48a94 fix compile issue (#16810)
b61edc48a94 is described below

commit b61edc48a94aff946819e734b88825a9a2bdcf4d
Author: JiangHaiting <ji...@apache.org>
AuthorDate: Wed Jul 27 12:06:54 2022 +0800

    fix compile issue (#16810)
---
 .../apache/pulsar/broker/service/persistent/MessageDuplicationTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/MessageDuplicationTest.java b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/MessageDuplicationTest.java
index 592c01b7faf..f3092fc813c 100644
--- a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/MessageDuplicationTest.java
+++ b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/MessageDuplicationTest.java
@@ -31,6 +31,7 @@ import static org.mockito.Mockito.when;
 import static org.testng.Assert.assertEquals;
 import static org.testng.Assert.assertFalse;
 import static org.testng.Assert.assertNotNull;
+import static org.testng.Assert.assertTrue;
 import io.netty.buffer.ByteBuf;
 import java.lang.reflect.Field;
 import java.util.Map;