mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +00:00 
			
		
		
		
	 42e7317cd4
			
		
	
	
		42e7317cd4
		
			
		
	
	
	
	
		
			
			* fix: notifications setting * fix: remove dependency in reminder bloc * test: remove redundant lines
		
			
				
	
	
		
			14 lines
		
	
	
		
			406 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			406 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:integration_test/integration_test.dart';
 | |
| 
 | |
| import 'notifications_settings_test.dart' as notifications_settings_test;
 | |
| import 'user_icon_test.dart' as user_icon_test;
 | |
| import 'user_language_test.dart' as user_language_test;
 | |
| 
 | |
| void main() {
 | |
|   IntegrationTestWidgetsFlutterBinding.ensureInitialized();
 | |
| 
 | |
|   notifications_settings_test.main();
 | |
|   user_icon_test.main();
 | |
|   user_language_test.main();
 | |
| }
 |