mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 04:08:04 +01:00
Fix typos
This commit is contained in:
committed by
Chris Eager
parent
c560b9229c
commit
93d06e3f4d
@@ -94,7 +94,7 @@ class OptionalAccessTest {
|
||||
|
||||
try {
|
||||
OptionalAccess.verify(Optional.empty(), Optional.empty(), Optional.of(account));
|
||||
throw new AssertionError("shold fai");
|
||||
throw new AssertionError("should fail");
|
||||
} catch (WebApplicationException e) {
|
||||
assertEquals(e.getResponse().getStatus(), 401);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user