Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 4879d53

Browse files
committed
update test
1 parent 6ec5213 commit 4879d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/samplegen/test_samplegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def test_get_sample_imports_with_request_from_another_package(
397397
imports = samplegen._get_sample_imports(sample, rpc)
398398

399399
assert imports == [
400-
"from a.b import c_pb2 # type: ignore",
400+
"import a.b.c_pb2 as c_pb2 # type: ignore",
401401
"from mollusc.cephalopod import teuthida_v1",
402402
]
403403

0 commit comments

Comments
 (0)