Makes changes options with a since value of seq and a new changes context
(t *testing.T, seq SequenceID)
| 190 | |
| 191 | // Makes changes options with a since value of seq and a new changes context |
| 192 | func getChangesOptionsWithSeq(t *testing.T, seq SequenceID) ChangesOptions { |
| 193 | return ChangesOptions{Since: seq, ChangesCtx: base.TestCtx(t)} |
| 194 | } |
| 195 | |
| 196 | // Makes changes options a new changes context |
| 197 | func getChangesOptionsWithCtxOnly(t *testing.T) ChangesOptions { |
no test coverage detected