Migrate deprecated assertThat()
[bgpcep.git] / bgp / util / src / test / java / org / opendaylight / protocol / bgp / util / BGPHexFileParserTest.java
index 1a27de1b86185009568985c53709a020713bfec7..04dcda30bed73de7c399ed67790210b478ccb7f8 100644 (file)
@@ -8,8 +8,8 @@
 package org.opendaylight.protocol.bgp.util;
 
 import static org.hamcrest.CoreMatchers.containsString;
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThat;
 import static org.junit.Assert.fail;
 
 import java.io.File;