From 9c1aff826590c66bacfb6b6b9c0c65c839783383 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 18 Aug 2025 22:29:05 +0200 Subject: ci: lint (#11) --- lib/warden-core/src/configuration/conv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/warden-core/src/configuration/conv.rs') diff --git a/lib/warden-core/src/configuration/conv.rs b/lib/warden-core/src/configuration/conv.rs index 7f982b4..3b0fef9 100644 --- a/lib/warden-core/src/configuration/conv.rs +++ b/lib/warden-core/src/configuration/conv.rs @@ -266,7 +266,7 @@ mod tests { "x": 1, "y": [true, null, "str"], "z": { - "nested": 3.14 + "nested": 3.90 } }); -- cgit v1.2.3