Migrate deprecated assertThat()
[bgpcep.git] / util / src / test / java / org / opendaylight / protocol / util / PCEPHexDumpParserTest.java
index 9e209925041a8d5be9a762b7b1152bcb4d029246..9f779fd516c5f0a52760749aba8fad927a6ba70b 100644 (file)
@@ -8,8 +8,8 @@
 package org.opendaylight.protocol.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;