Skip to content

Commit

Permalink
add tests for compose_box
Browse files Browse the repository at this point in the history
Signed-off-by: ARYPROGRAMMER <arya.2023ug1104@iiitranchi.ac.in>
  • Loading branch information
ARYPROGRAMMER committed Dec 28, 2024
1 parent 62bba10 commit dfb83b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/widgets/compose_box_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,6 @@ void main() {
expect(errors, contains(TopicValidationError.mandatoryButEmpty));
});

test('detects topic too long error', () {
controller.text = longTopic;
final errors = controller.validationErrors;

expect(errors, contains(TopicValidationError.tooLong));
});
});

group('ComposeTopic UI', () {
Expand Down

0 comments on commit dfb83b1

Please sign in to comment.