Removing unnecessary test file (#485)

pull/488/head
Andrew Brogdon 4 years ago committed by GitHub
parent 119a3e4ce9
commit 510164d00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +0,0 @@
// Copyright 2019 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('Empty test', (tester) async {
expect(1, 1);
});
}
Loading…
Cancel
Save