Skip to content

Commit bc8ebcb

Browse files
authored
Update next-test to print remaining todo tests (#54)
1 parent 0b52803 commit bc8ebcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/next-test/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ func main() {
7171
})
7272

7373
next := todoTests[0]
74-
fmt.Printf("%s (%d bytes)\n", next.Name, next.QueryLen)
74+
fmt.Printf("Next: %s (%d bytes)\n", next.Name, next.QueryLen)
75+
fmt.Printf("Remaining: %d\n", len(todoTests)-1)
7576
}

0 commit comments

Comments
 (0)