mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Update test expectations.
This commit is contained in:
@@ -320,16 +320,6 @@ public class MailboxApiTest extends BrambleTestCase {
|
|||||||
assertToken(request3, token);
|
assertToken(request3, token);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testStatusOnlyForOwner() {
|
|
||||||
MailboxProperties properties =
|
|
||||||
getMailboxProperties(false, CLIENT_SUPPORTS);
|
|
||||||
assertThrows(
|
|
||||||
IllegalArgumentException.class,
|
|
||||||
() -> api.checkStatus(properties)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testWipe() throws Exception {
|
public void testWipe() throws Exception {
|
||||||
MockWebServer server = new MockWebServer();
|
MockWebServer server = new MockWebServer();
|
||||||
|
|||||||
Reference in New Issue
Block a user