Skip to content

Commit

Permalink
chore: fx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-spivakov committed Oct 23, 2024
1 parent a826fc9 commit e2b6984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions day12/day12_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
)

func TestSolutio1(t *testing.T) {
func TestSolution1(t *testing.T) {
cases := map[string]int{
"test_input13": 1,
"test_input12": 6,
Expand All @@ -23,7 +23,7 @@ func TestSolutio1(t *testing.T) {
}
}

func TestSolutio2(t *testing.T) {
func TestSolution2(t *testing.T) {
cases := map[string]int{
"test_input11": 525152,
}
Expand Down

0 comments on commit e2b6984

Please sign in to comment.