Update test expectations.

This commit is contained in:
akwizgran
2022-05-27 17:38:06 +01:00
parent 44b0955b9d
commit 2b1aed6caa

View File

@@ -320,16 +320,6 @@ public class MailboxApiTest extends BrambleTestCase {
assertToken(request3, token);
}
@Test
public void testStatusOnlyForOwner() {
MailboxProperties properties =
getMailboxProperties(false, CLIENT_SUPPORTS);
assertThrows(
IllegalArgumentException.class,
() -> api.checkStatus(properties)
);
}
@Test
public void testWipe() throws Exception {
MockWebServer server = new MockWebServer();