Skip to content

Commit a0eb3d2

Browse files
committed
remove two TODO, tests are already in chain_validation_test.go
1 parent f52b447 commit a0eb3d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/scti/handlers_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ func TestAddChain(t *testing.T) {
494494
// TODO(phboneff): read from the log and compare values
495495
// TODO(phboneff): add a test with a backend write failure
496496
// TODO(phboneff): check that the index is in the SCT
497-
// TODO(phboneff): add a test with a not after range
498-
// TODO(phboneff): add a test with a start date only
499497
// TODO(phboneff): add duplicate tests
500498
}
501499
})
@@ -572,8 +570,6 @@ func TestAddPreChain(t *testing.T) {
572570
// TODO(phboneff): read from the log and compare values
573571
// TODO(phboneff): add a test with a backend write failure
574572
// TODO(phboneff): check that the index is in the SCT
575-
// TODO(phboneff): add a test with a not after range
576-
// TODO(phboneff): add a test with a start date only
577573
// TODO(phboneff): add duplicate tests
578574
}
579575
})

0 commit comments

Comments
 (0)