Skip to content

Commit

Permalink
[test] Fix spelling error in LocalFileIOTest (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOBIN-F authored Jul 16, 2024
1 parent f600cbf commit ba2d420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static org.assertj.core.api.Assertions.assertThat;

/** Tests for {@link LocalFileIO}. */
public class LocalFleIOTest {
public class LocalFileIOTest {

@TempDir java.nio.file.Path tempDir;

Expand Down

0 comments on commit ba2d420

Please sign in to comment.