Skip to content

Commit

Permalink
Prefix with test to make JUnit 4 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Feb 5, 2024
1 parent 7990947 commit 353b876
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TestEarliestStart: TaskTestCase() {
super.setUp()
}
@Test
fun `earliest start enable-disable`() {
fun `test earliest start enable-disable`() {
val monday = TestSetupHelper.newMonday()
val tuesday = TestSetupHelper.newTuesday()
val wednesday = TestSetupHelper.newWendesday()
Expand All @@ -50,7 +50,7 @@ class TestEarliestStart: TaskTestCase() {
assertEquals(0, task.thirdDateConstraint)
}

@Test fun `earliest start change triggers scheduler`() {
@Test fun `test earliest start change triggers scheduler`() {
val monday = TestSetupHelper.newMonday()
val wednesday = TestSetupHelper.newWendesday()

Expand Down

0 comments on commit 353b876

Please sign in to comment.