Makes changes options a new changes context
(t *testing.T)
| 195 | |
| 196 | // Makes changes options a new changes context |
| 197 | func getChangesOptionsWithCtxOnly(t *testing.T) ChangesOptions { |
| 198 | return ChangesOptions{ChangesCtx: base.TestCtx(t)} |
| 199 | } |
| 200 | |
| 201 | func TestDocDeletionFromChannelCoalescedRemoved(t *testing.T) { |
| 202 |
no test coverage detected