diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-18 22:29:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-18 22:29:05 +0200 |
commit | 9c1aff826590c66bacfb6b6b9c0c65c839783383 (patch) | |
tree | fcabd15079fd014a7c8a2115444303bf9323d702 /lib/warden-core/src/configuration/conv.rs | |
parent | 60e0003ebb26ba31075ba047b6d15af1a4f29bbb (diff) | |
download | warden-9c1aff826590c66bacfb6b6b9c0c65c839783383.tar.bz2 warden-9c1aff826590c66bacfb6b6b9c0c65c839783383.zip |
Diffstat (limited to 'lib/warden-core/src/configuration/conv.rs')
-rw-r--r-- | lib/warden-core/src/configuration/conv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }); |