From 3b86deb63e43b859e9d2410bc2d658fda4d4ac83 Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:41:55 -0400 Subject: [PATCH] Rename 2 test files that weren't renamed in previous commit to preserve history. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- .../Commands/{InstallCommandSpec.swift => InstallSpec.swift} | 2 +- .../Commands/{PurchaseCommandSpec.swift => PurchaseSpec.swift} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Tests/masTests/Commands/{InstallCommandSpec.swift => InstallSpec.swift} (95%) rename Tests/masTests/Commands/{PurchaseCommandSpec.swift => PurchaseSpec.swift} (95%) diff --git a/Tests/masTests/Commands/InstallCommandSpec.swift b/Tests/masTests/Commands/InstallSpec.swift similarity index 95% rename from Tests/masTests/Commands/InstallCommandSpec.swift rename to Tests/masTests/Commands/InstallSpec.swift index ac5d77f..55a648a 100644 --- a/Tests/masTests/Commands/InstallCommandSpec.swift +++ b/Tests/masTests/Commands/InstallSpec.swift @@ -1,5 +1,5 @@ // -// InstallCommandSpec.swift +// InstallSpec.swift // masTests // // Created by Ben Chatelain on 2018-12-28. diff --git a/Tests/masTests/Commands/PurchaseCommandSpec.swift b/Tests/masTests/Commands/PurchaseSpec.swift similarity index 95% rename from Tests/masTests/Commands/PurchaseCommandSpec.swift rename to Tests/masTests/Commands/PurchaseSpec.swift index f75a557..51f84f5 100644 --- a/Tests/masTests/Commands/PurchaseCommandSpec.swift +++ b/Tests/masTests/Commands/PurchaseSpec.swift @@ -1,5 +1,5 @@ // -// PurchaseCommandSpec.swift +// PurchaseSpec.swift // masTests // // Created by Maximilian Blochberger on 2020-03-21.