Rename some test classes

This commit is contained in:
Shadowfacts 2019-06-23 16:32:51 -04:00
parent 54ad51c719
commit bee2eceb10
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import org.junit.jupiter.api.Test
/**
* @author shadowfacts
*/
class WindowTests {
class WindowLayoutTests {
lateinit var window: Window

View File

@ -12,7 +12,7 @@ import kotlin.math.abs
/**
* @author shadowfacts
*/
class StackViewTests {
class StackViewLayoutTests {
lateinit var window: Window