We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825893f commit b6d6b83Copy full SHA for b6d6b83
tool/linter_rules/test/src/latest_vga_version_test.dart
@@ -2,11 +2,11 @@ import 'package:linter_rules/linter_rules.dart';
2
import 'package:test/test.dart';
3
4
void main() {
5
- group(latestVgaVersion, () {
+ group('latestVgaVersion', () {
6
test('returns the latest very good analysis version', () {
7
final version = latestVgaVersion();
8
9
- expect(version, equals('10.0.0'));
+ expect(version, equals('10.1.0'));
10
});
11
12
test('throws $ArgumentError if the file is not found', () {
0 commit comments