From 6fb9f2a2d43b06cb06997c070926dd9152efc819 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 31 May 2024 15:26:15 -0400 Subject: [PATCH] chore(shorebird_cli): rename test for ShorebirdCliCommandRunner to match impl file name --- ...nd_runner_test.dart => shorebird_cli_command_runner_test.dart} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/shorebird_cli/test/src/{command_runner_test.dart => shorebird_cli_command_runner_test.dart} (100%) diff --git a/packages/shorebird_cli/test/src/command_runner_test.dart b/packages/shorebird_cli/test/src/shorebird_cli_command_runner_test.dart similarity index 100% rename from packages/shorebird_cli/test/src/command_runner_test.dart rename to packages/shorebird_cli/test/src/shorebird_cli_command_runner_test.dart