mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-06 22:26:55 +08:00
chore(flame_test): Deprecate expectVector2 (#1275)
Function expectVector2 is deprecated in favor of closeToVector(). All uses of expectVector2 removed from our tests.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
export 'src/close_to_vector.dart';
|
||||
export 'src/expect_double.dart';
|
||||
export 'src/expect_vector2.dart';
|
||||
export 'src/fails_assert.dart';
|
||||
|
||||
Reference in New Issue
Block a user