]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Fix test expectations
authorSimon Cozens <simon@simon-cozens.org>
Wed, 22 Jan 2025 16:21:43 +0000 (16:21 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Wed, 22 Jan 2025 16:21:43 +0000 (16:21 +0000)
src/lib.rs

index 6c98e228abdb97c9bf4c0e4a305844d6e1bf4166..ef3bf6b56d1420f7d6909e1a9904f9a16a8a9deb 100644 (file)
@@ -1440,7 +1440,7 @@ mod tests {
                 value("wdth", "Condensed", 75.0, None),
                 value("wdth", "SemiCondensed", 87.5, None),
                 value("wdth", "Normal", 100.0, None),
-                value("ital", "Italic", 1.0, Some(0.0)),
+                value("ital", "Italic", 1.0, None),
             ]
         )
     }