Skip to content

Commit 9c4d4d1

Browse files
chore: update typo
1 parent c6b74e8 commit 9c4d4d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unit/test_monitored_cache.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ async def test_MonitoredCache_purge_closed_sockets(fake_client: CloudSQLClient)
212212
assert len(monitored_cache.sockets) == 1
213213
# close socket
214214
sock.close()
215-
# call _purge_closed_sockets and verify socket is clsoed
215+
# call _purge_closed_sockets and verify socket is removed
216216
monitored_cache._purge_closed_sockets()
217217
assert len(monitored_cache.sockets) == 0
218-
assert sock.fileno() == -1

0 commit comments

Comments
 (0)