mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 21:17:13 +08:00
Fix tests
This commit is contained in:
@ -10,7 +10,7 @@ import 'package:test/test.dart';
|
|||||||
void main() {
|
void main() {
|
||||||
test('my first widget test', () async {
|
test('my first widget test', () async {
|
||||||
await Flame.init(bundle: TestAssetBundle());
|
await Flame.init(bundle: TestAssetBundle());
|
||||||
final tiled = TiledComponent('x');
|
final tiled = TiledComponent('x', 16);
|
||||||
await tiled.future;
|
await tiled.future;
|
||||||
expect(1, equals(1));
|
expect(1, equals(1));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user