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

Commit d5d6d52

Browse files
committed
fixed test issue
1 parent c7093ff commit d5d6d52

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_message.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ class Squid(proto.Message):
341341
with pytest.warns(DeprecationWarning) as warnings:
342342
s_dict = Squid.to_dict(s, float_precision=3)
343343
assert len(warnings) == 1
344-
assert "`float_precision` will be removed" in warnings[0].message.args[0]
345344
# for protobuf <7, expect truncated float
346345
if expect_proto_7_plus:
347346
assert s_dict["mass_kg"] == pytest.approx(3.141592)

0 commit comments

Comments
 (0)