add methods for (some) missing test cases

This commit is contained in:
2023-01-13 12:54:19 +01:00
parent e49d9159e4
commit 0ec7a9d274
4 changed files with 62 additions and 6 deletions

View File

@@ -1461,10 +1461,14 @@ func TestSendParallel(t *testing.T) {
}
}
//TODO post to foreign channel via send-key
func TestSendToForeignChannelWithSendKey(t *testing.T) {
t.SkipNow() //TODO
}
func TestSendDeliveryRetry(t *testing.T) {
t.SkipNow() //TODO
}
//TODO check message_counter + last_sent in channel
//TODO check message_counter + last_sent in user
//TODO test delivery-retry