You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2020/03/02 17:00:11 UTC

[qpid-broker-j] 01/02: NO-JIRA: Replace org.junit.Assert.assertThat with org.hamcrest.MatcherAssert.assertThat;

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

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 0279164b46ad018ebc17387380ba46d1a96ba238
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Mon Mar 2 16:55:06 2020 +0000

    NO-JIRA: Replace org.junit.Assert.assertThat with org.hamcrest.MatcherAssert.assertThat;
---
 .../connection/ConnectionPrincipalStatisticsRegistryImplTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/broker-core/src/test/java/org/apache/qpid/server/virtualhost/connection/ConnectionPrincipalStatisticsRegistryImplTest.java b/broker-core/src/test/java/org/apache/qpid/server/virtualhost/connection/ConnectionPrincipalStatisticsRegistryImplTest.java
index fa7b294..61ee675 100644
--- a/broker-core/src/test/java/org/apache/qpid/server/virtualhost/connection/ConnectionPrincipalStatisticsRegistryImplTest.java
+++ b/broker-core/src/test/java/org/apache/qpid/server/virtualhost/connection/ConnectionPrincipalStatisticsRegistryImplTest.java
@@ -21,7 +21,7 @@ package org.apache.qpid.server.virtualhost.connection;
 
 import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org