Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Oct 15, 2020
1 parent 543cf6e commit a37af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/pubspec_config_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ name:
}
expect(hasError, true);
expect(errorMessage,
'Could not parse the pubspec.yaml, project name not found');
'Exception: Could not parse the pubspec.yaml, project name not found');
});
});
}

0 comments on commit a37af4f

Please sign in to comment.