Skip to content

Commit

Permalink
Merge pull request #100 from tychy/pass-all
Browse files Browse the repository at this point in the history
pass all
  • Loading branch information
tychy committed Jun 16, 2024
2 parents 4b92099 + 7d025c8 commit 2020f28
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 := 650
testCount := 788

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

0 comments on commit 2020f28

Please sign in to comment.