Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
jansabbe committed Dec 7, 2023
1 parent 2197f6a commit e28cf20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal/day5/parser_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package day5

import (
"gotest.tools/v3/assert"
"strings"
"testing"

"gotest.tools/v3/assert"
)

func TestParse(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion internal/day5/part1_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package day5

import (
"gotest.tools/v3/assert"
"strings"
"testing"

"gotest.tools/v3/assert"
)

func TestCalculatePart1(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion internal/day5/part2_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package day5

import (
"gotest.tools/v3/assert"
"strings"
"testing"

"gotest.tools/v3/assert"
)

func TestCalculatePart2(t *testing.T) {
Expand Down

0 comments on commit e28cf20

Please sign in to comment.