Skip to content

Commit

Permalink
Update platform_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
dejunDev authored and TinoGuo committed Aug 22, 2024
1 parent 8f1e52c commit 4726592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/unit/platform_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void main() {
group('check all platform mini size', () {
testWidgets('check all platform', (tester) async {
var fontSize = platformMiniFontSize();
expect(double.minPositive, fontSize);
expect(1, fontSize);
}, variant: TargetPlatformVariant.all());

testWidgets('check web', (tester) async {
Expand Down

0 comments on commit 4726592

Please sign in to comment.