Skip to content

Commit

Permalink
Shorten test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltay committed Dec 8, 2023
1 parent 8e1f8c4 commit 954d476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func TestParts(t *testing.T) {
testFile := "testdata/input_test.txt"
testFile := "testdata/test.txt"
got := part1(testFile)
want := 0
if got != want {
Expand Down
File renamed without changes.

0 comments on commit 954d476

Please sign in to comment.