()
| 420 | } |
| 421 | |
| 422 | @Test (expected = IllegalArgumentException.class) |
| 423 | public void deleteMissingStart() throws Exception { |
| 424 | note.setTSUID(TSUID); |
| 425 | note.delete(tsdb).joinUninterruptibly(); |
| 426 | } |
| 427 | |
| 428 | @Test |
| 429 | public void deleteGlobal() throws Exception { |