More todos

This commit is contained in:
2024-09-25 15:50:28 -06:00
parent 9375b51a70
commit e61bf67b85
2 changed files with 3 additions and 0 deletions

View File

@ -143,4 +143,6 @@ func TestRepeat(t *testing.T) {
t.Run("succeeds when number of successes is greater than minCount", Todo)
t.Run("consumes iff at least one application consumes", Todo)
t.Run("fails on error", Todo)
t.Run("position is unchanged on failure", Todo)
t.Run("position follows last success on overall success", Todo)
}