From b783ccb964e94e1671d2d895a8134b2d52f19efa Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 17 Feb 2025 12:03:30 -0700 Subject: [PATCH] Remove Duplicate Test --- Adaptation/_Tests/Static/pcl.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Adaptation/_Tests/Static/pcl.cs b/Adaptation/_Tests/Static/pcl.cs index 8aa289a..5686a7e 100644 --- a/Adaptation/_Tests/Static/pcl.cs +++ b/Adaptation/_Tests/Static/pcl.cs @@ -183,8 +183,6 @@ public class PCL : LoggingUnitTesting, IDisposable Assert.IsTrue(string.IsNullOrEmpty(descriptor.Employee)); descriptor = ProcessData.GetDescriptor("B48"); Assert.IsTrue(descriptor.Lot == "B48"); - descriptor = ProcessData.GetDescriptor("B48"); - Assert.IsTrue(descriptor.Lot == "B48"); Assert.IsTrue(string.IsNullOrEmpty(descriptor.Layer)); Assert.IsTrue(string.IsNullOrEmpty(descriptor.PSN)); Assert.IsTrue(string.IsNullOrEmpty(descriptor.PSN));