Skip to content

Commit 8c955a4

Browse files
committed
fix: day 7 import in tetst
1 parent b2d17e5 commit 8c955a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2023/src/test/scala/com/markkovari/adventofcode/Day07Tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.markkovari.adventofcode
22

3-
import com.markkovari.adventofcode.day07.{part1, part2}
3+
import com.markkovari.adventofcode.day07.*
44
import org.scalatest.funsuite.AnyFunSuite
55

66
class Day07Tests extends AnyFunSuite {

0 commit comments

Comments
 (0)