Update things
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
package be.vandewalleh.aoc.days
|
||||
|
||||
import io.micronaut.context.BeanContext
|
||||
import io.micronaut.context.getBean
|
||||
import be.vandewalleh.aoc.utils.factory.createDay
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class Day01Test {
|
||||
|
||||
private val day = BeanContext.run().getBean<Day01>()
|
||||
private val day = createDay<Day01>()
|
||||
|
||||
@Test
|
||||
fun `part1 result`() {
|
||||
|
||||
Reference in New Issue
Block a user