Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Oct 11, 2024
1 parent b88a912 commit c35d5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/link_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'test_utils.dart';

void main() {
test('puby link', () async {
// A pub get must be done before link will work
// Pub get must run before link will work in FVM projects
await testCommand(['get']);
final result = await testCommand(['link']);
final stdout = result.stdout;
Expand Down

0 comments on commit c35d5fd

Please sign in to comment.