Skip to content

Commit

Permalink
update org.junit.Assert to org.junit.jupiter.api.Assertions for orc
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 8, 2024
1 parent 19aa9fd commit b8b61d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

package org.apache.arrow.adapter.orc;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNull;

import java.io.File;
import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit b8b61d7

Please sign in to comment.