Use Assert.assertThrows()
[genius.git] / mdsalutil / mdsalutil-testutils / src / test / java / org / opendaylight / genius / datastoreutils / testutils / tests / TestableDataBrokerTest.java
index f050581c12fb1f85c174c855262d8f9647a896c1..eac26191ef86b47571e7241710c6747c5e8d6edd 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.genius.datastoreutils.testutils.tests;
 
 import static com.google.common.truth.Truth.assertThat;
-import static org.opendaylight.infrautils.testutils.Asserts.assertThrows;
+import static org.junit.Assert.assertThrows;
 
 import java.util.concurrent.atomic.AtomicBoolean;
 import org.junit.Test;