Refactor timeout calculations for repeater and login frames to ensure minimum message size is respected; remove obsolete widget test file.

This commit is contained in:
zjs81
2026-01-11 17:40:19 -07:00
parent b2ce82fe7e
commit 01bd8243da
6 changed files with 22 additions and 21 deletions
-12
View File
@@ -1,12 +0,0 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:meshcore_open/main.dart';
void main() {
testWidgets('App loads successfully', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MeshCoreApp());
// Verify that the app title appears
expect(find.text('MeshCore Open'), findsOneWidget);
});
}