mirror of https://github.com/google/pebble
spelling: doesn't
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f9e2379cdb
commit
5d8096f8f1
|
@ -256,7 +256,7 @@ void test_session__last_system_session_wins(void) {
|
|||
comm_session_close(system_session2, CommSessionCloseReason_UnderlyingDisconnection);
|
||||
|
||||
// The transport's .close is supposed to call this.
|
||||
// The stub in this test doens't, so clean up manually:
|
||||
// The stub in this test doesn't, so clean up manually:
|
||||
comm_session_close(system_session, CommSessionCloseReason_UnderlyingDisconnection);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue