Skip to content

Commit 1288b92

Browse files
authored
Fix the description of some tests for SassNumber (#1463)
123/5 does not produce an integer.
1 parent 3112f80 commit 1288b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dart_api/value/number_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void main() {
311311
});
312312
});
313313

314-
group("an integer with numerator and denominator units", () {
314+
group("a number with numerator and denominator units", () {
315315
late SassNumber value;
316316
setUp(() => value = parseValue("123px / 5ms") as SassNumber);
317317

0 commit comments

Comments
 (0)