Skip to content

Commit

Permalink
Merge pull request #93 from tychy/pass-650
Browse files Browse the repository at this point in the history
pass 650
  • Loading branch information
tychy authored Jun 15, 2024
2 parents d3e4c72 + 08f44d9 commit 4b92099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type TestData struct {
}

func TestToukiboParser(t *testing.T) {
testCount := 615
testCount := 650

for i := 1; i <= testCount; i++ {
t.Run(fmt.Sprintf("test%d", i), func(t *testing.T) {
Expand Down

0 comments on commit 4b92099

Please sign in to comment.