Skip to content

Commit

Permalink
tests for category
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendAF committed Sep 28, 2024
1 parent a98c751 commit 70ce0ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/components/category_test.dart
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:tenor_flutter/src/components/components.dart';
import 'package:tenor_flutter/src/tools/debouncer.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:tenor_flutter/tenor_flutter.dart';

void main() {
TestWidgetsFlutterBinding.ensureInitialized();

group('Category Widget >', () {
testWidgets('If TenorCategory is null, find nothing', (tester) async {
testWidgets('If category is null, find nothing', (tester) async {
await tester.pumpWidget(
const TenorCategoryWidget(),
);
Expand Down

0 comments on commit 70ce0ab

Please sign in to comment.