Skip to content

Commit

Permalink
pass 1181
Browse files Browse the repository at this point in the history
  • Loading branch information
tychy committed Sep 28, 2024
1 parent 788294a commit bdeef38
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 @@ -26,7 +26,7 @@ type TestData struct {
}

func TestToukiboParser(t *testing.T) {
testCount := 1148
testCount := 1181

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

0 comments on commit bdeef38

Please sign in to comment.