Migrate deprecated assertThat()
[bgpcep.git] / concepts / src / test / java / org / opendaylight / protocol / concepts / ASNumberTest.java
index c95af1da1aeec9833d7789151c873a5a43e51d5b..6381406c2048c538bfa093b205ea8ef336693fc1 100644 (file)
@@ -5,14 +5,13 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.protocol.concepts;
 
 import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.CoreMatchers.not;
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotEquals;
-import static org.junit.Assert.assertThat;
 
 import java.util.HashSet;
 import java.util.Set;