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:
Pasha Stetsenko
2021-12-27 11:17:32 -08:00
committed by GitHub
parent b1f6a34c19
commit cf577bedaf
13 changed files with 79 additions and 87 deletions

View File

@ -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';