Migrate deprecated assertThat()
[bgpcep.git] / bgp / util / src / test / java / org / opendaylight / protocol / bgp / util / BGPBinaryFileParserTest.java
index 97b872908034cfbe8a6a68fbff130294c81f22b8..6b8105d1d797716980c30c03036fdba3e716639e 100644 (file)
@@ -7,9 +7,9 @@
  */
 package org.opendaylight.protocol.bgp.util;
 
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.core.Is.is;
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThat;
 
 import java.io.ByteArrayOutputStream;
 import java.io.IOException;