Closed alestiago closed 8 months ago
Description
After creating a Very Good Flutter Plugin not all test succeed out of the box.
Steps To Reproduce
very_good create flutter_plugin --platforms android sample
very_good test -r
Expected: 'Check platform name: "Hello World"' Actual: 'Check platform name: "MacOS"' Which: is different. Expected: ... rm name: "Hello Worl ... Actual: ... rm name: "MacOS" ^ Differ at offset 22
package:matcher expect package:flutter_test/src/widget_tester.dart 458:18 expect test/src/check_platform_name_test.dart 47:7 main..
CheckPlatformName show correct description /Users/alestiago/Developer/workspace/oss/issues/sample/sample/example/actions/check_platform_name/test/src/check_platform_name_test.dart (FAILED) 00:05 +3 -1: Some tests failed. Failing Tests:
Expected Behavior
All tests should succeed out of the box.
Additional Context
Closed by #155
Description
After creating a Very Good Flutter Plugin not all test succeed out of the box.
Steps To Reproduce
package:matcher expect package:flutter_test/src/widget_tester.dart 458:18 expect test/src/check_platform_name_test.dart 47:7 main..
CheckPlatformName show correct description /Users/alestiago/Developer/workspace/oss/issues/sample/sample/example/actions/check_platform_name/test/src/check_platform_name_test.dart (FAILED) 00:05 +3 -1: Some tests failed. Failing Tests:
Expected Behavior
All tests should succeed out of the box.
Additional Context