mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-29 11:42:15 +00:00
Renamed ValueWriterTest to TomlWriterTest
This commit is contained in:
parent
d9964fd61a
commit
210d9dcb3c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import java.util.*;
|
|||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class ValueWriterTest {
|
||||
public class TomlWriterTest {
|
||||
|
||||
@Rule
|
||||
public TemporaryFolder testDirectory = new TemporaryFolder();
|
Loading…
Reference in a new issue