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