WIP: new notify-fail test #31

Closed
erinn wants to merge 1 commits from failtest2 into trunk
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ChangeNotifierProvider<Settings> getSettingsEnglishDark() => ChangeNotifierProvi
void main() {
testWidgets('CwtchLabel widget test', (WidgetTester tester) async {
final String testingStr = "A wonderful label";
final String testingStr = "A wonderful label that is just a little bit buggy";
// await tester.pumpWidget(MultiProvider(
// providers:[getSettingsEnglishDark()],