mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Lonely preference settings moved out of FModel into loadPreferences with the rest of the preference settings.
This commit is contained in:
@@ -25,7 +25,7 @@ public class FModelTest {
|
||||
*/
|
||||
@BeforeTest
|
||||
public final void setUp() throws FileNotFoundException {
|
||||
this.model = new FModel(null);
|
||||
this.model = new FModel();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -63,7 +63,7 @@ public class FModelTest {
|
||||
|
||||
System.err.println("log test");
|
||||
|
||||
this.model = new FModel(null);
|
||||
this.model = new FModel();
|
||||
Assert.assertNotNull(this.model, "model is not null");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user