From 59f0f4119c2b0ebb3e045f310d3050a77cec5666 Mon Sep 17 00:00:00 2001 From: Juan Romero Date: Wed, 2 Oct 2019 17:50:37 -0700 Subject: [PATCH] Rename CopyItem.Tests.ps1 to Copy-Item.Tests.ps1 to match other tests --- .../{Copy.Item.Tests.ps1 => Copy-Item.Tests.ps1} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/powershell/Modules/Microsoft.PowerShell.Management/{Copy.Item.Tests.ps1 => Copy-Item.Tests.ps1} (100%) diff --git a/test/powershell/Modules/Microsoft.PowerShell.Management/Copy.Item.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Management/Copy-Item.Tests.ps1 similarity index 100% rename from test/powershell/Modules/Microsoft.PowerShell.Management/Copy.Item.Tests.ps1 rename to test/powershell/Modules/Microsoft.PowerShell.Management/Copy-Item.Tests.ps1