Skip to content

Commit

Permalink
update plugin e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 15, 2023
1 parent 927518e commit a6c905b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() {
final tempDirectory = Directory.systemTemp.createTempSync();
addTearDown(() => tempDirectory.deleteSync(recursive: true));

const pluginName = 'very_good';
const pluginName = 'my_plugin';
final pluginDirectory = path.join(tempDirectory.path, pluginName);

final result = await commandRunner.run(
Expand Down

0 comments on commit a6c905b

Please sign in to comment.