Fix test documentation

This commit is contained in:
Fabian Reinartz 2015-10-01 09:43:51 +02:00
parent 6174b41b0c
commit ad1408e8b9

View File

@ -106,8 +106,9 @@ func TestBatching(t *testing.T) {
// While no changes happen expect no additional notifications
// until the 5s repeat interval has ended.
// The last three notifications are sent with the first too even
// though their wait interval has not yet passed. This way fragmented
// The last three notifications should sent with the first two even
// though their repeat interval has not yet passed. This way fragmented
// batches are unified and notification noise reduced.
co.Want(Between(7, 7.5),
Alert("alertname", "test1").Active(1),