mirror of https://github.com/flutter/samples.git
Removing unnecessary test file (#485)
parent
119a3e4ce9
commit
510164d00b
@ -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…
Reference in new issue