Skip to content

Commit

Permalink
Restored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Corwin-Kh committed Jun 23, 2023
1 parent 2cf37c9 commit be40bed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Created by yurkiss on 04.03.16.
*/

//@RunWith(Parameterized.class)
@RunWith(Parameterized.class)
public class RouteResultPreparationTest {

private final TestEntry te;
Expand Down Expand Up @@ -73,7 +73,7 @@ public static Collection<Object[]> data() throws IOException {

}

// @Test
@Test
public void testLanes() throws Exception {
NativeLibrary nativeLibrary = null;
boolean useNative = isNative() && getNativeLibPath() != null && !te.isIgnoreNative();
Expand Down

0 comments on commit be40bed

Please sign in to comment.