Skip to content

Commit

Permalink
modify TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Russell committed Feb 5, 2019
1 parent a7f9fca commit 6f65257
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rex/rex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ func TestWithTaskQueue(t *testing.T) {
if counter.Count() != 9 {
t.Error("Wrong number of client calls", counter.Count())
}
if len(saver.GetDeletes()) != 3 {
// TODO - these are no longer deleted, because of change in error handling.
// t.Error("Wrong number of task deletes", len(saver.GetDeletes()))
}

// TODO: The tasks currently end in error, so there are no task
// deletes. If we change this behavior, we might want to check the
// value of saver.Deletes() here.

tasks := saver.GetTasks()
for _, task := range tasks {
Expand Down

0 comments on commit 6f65257

Please sign in to comment.