Skip to content

Commit 61e7b47

Browse files
authored
test: fix import in proxy test (#22)
1 parent 313dba4 commit 61e7b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import pytest
1919

20-
from google.cloud.dataproc_spark_connect.client.proxy import connect_sockets
20+
from google.cloud.spark_connect.client.proxy import connect_sockets
2121

2222

2323
@pytest.fixture

0 commit comments

Comments
 (0)