public void CanCallRemovePaddingForShortUnpaddedStrings() { var actual = PaddingCommand.RemovePadding("12"); Assert.AreEqual("12", actual); }