Fix the description of some tests for SassNumber (#1463)

123/5 does not produce an integer.
This commit is contained in:
Christophe Coevoet 2021-09-07 21:22:21 +02:00 committed by GitHub
parent 3112f80d49
commit 1288b92b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ void main() {
});
});
group("an integer with numerator and denominator units", () {
group("a number with numerator and denominator units", () {
late SassNumber value;
setUp(() => value = parseValue("123px / 5ms") as SassNumber);