Skip to content

Commit

Permalink
Fix the description of some tests for SassNumber (#1463)
Browse files Browse the repository at this point in the history
123/5 does not produce an integer.
  • Loading branch information
stof authored Sep 7, 2021
1 parent 3112f80 commit 1288b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dart_api/value/number_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1288b92

Please sign in to comment.