Skip to content

Commit

Permalink
chore: flutter analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jul 7, 2023
1 parent cc063e3 commit 0e53201
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ void main() async {
test(
'Delete in the not collapsed selection that is not single and not flatted',
() async {
Delta deltaBuilder(index) => Delta()..insert(text);
final document = Document.blank()
.addParagraph(
initialText: text,
Expand Down Expand Up @@ -422,7 +421,6 @@ void main() async {
// |Welcome to AppFlowy Editor 🔥!
testWidgets('Delete the non-text node after selecting it, such as divider',
(tester) async {
final delta = Delta()..insert(text);
final editor = tester.editor
..addParagraph(initialText: text)
..addNode(dividerNode())
Expand Down

0 comments on commit 0e53201

Please sign in to comment.