Skip to content

Commit

Permalink
added to suite
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Jan 18, 2025
1 parent fdb111d commit 0c11a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'package:vernet/ui/adaptive/adaptive_list.dart';
import 'dns/lookup/lookup_test.dart' as lookup_test;
import 'dns/reverse_lookup/reverse_lookup.dart' as reverse_lookup;
import 'network_troubleshooting_test/ping_test/ping_test.dart' as ping_test;
import 'settings/dark_theme_test.dart' as dark_theme_test;
import 'wifi_test/wifi_test_runner.dart' as wifi_test_runner;

void main() {
Expand All @@ -25,4 +26,5 @@ void main() {
ping_test.main();
lookup_test.main();
reverse_lookup.main();
dark_theme_test.main();
}
2 changes: 0 additions & 2 deletions integration_test/settings/dark_theme_test.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:vernet/helper/dark_theme_preference.dart';
import 'package:vernet/main.dart';
import 'package:vernet/providers/dark_theme_provider.dart';
import 'package:vernet/values/keys.dart';

void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
group('Test if theme preference is set properly', () {
testWidgets('dark theme test', (tester) async {
final darkThemePreference = DarkThemePreference();
Expand Down

0 comments on commit 0c11a04

Please sign in to comment.