Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenM committed Feb 18, 2024
1 parent e90f79f commit e3fb76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flutter_bbcode_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter_bbcode/flutter_bbcode.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
const TextStyle defaultStyle = TextStyle(color: Colors.black, fontSize: 14);
const TextStyle defaultStyle = TextStyle(color: Colors.black, fontSize: 14, height: 1);

group("Flutter parseBBCode", () {
test("No BBCode tag (span compression)", () {
Expand Down

0 comments on commit e3fb76b

Please sign in to comment.