Code refactoring

This commit is contained in:
estevez
2018-09-25 22:47:06 +03:00
parent bd13d3693d
commit 4540fadf1e
8 changed files with 421 additions and 422 deletions

View File

@ -12,7 +12,7 @@ import 'package:hass_client/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(new HassClientApp());
await tester.pumpWidget(new HAClientApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);