From: Simon Cozens Date: Wed, 22 Jan 2025 16:21:43 +0000 (+0000) Subject: Fix test expectations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5d60ceb9539db7777fc2b51a0d2d8df9d167d3;p=thirdparty%2Fgoogle%2Ffonts.git Fix test expectations --- diff --git a/src/lib.rs b/src/lib.rs index 6c98e228a..ef3bf6b56 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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), ] ) }