Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 20, 2024
1 parent b1e2782 commit 4ebcd8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/pubspec_parse/test/ensure_build_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';

void main() {
test('ensure_build', expectBuildClean);
test(
'ensure_build',
() => expectBuildClean(packageRelativeDirectory: 'pkgs/pubspec_parse/'),
);
}

0 comments on commit 4ebcd8e

Please sign in to comment.