From db4593c6e8a230e3bdf8a1f3685458fc120db166 Mon Sep 17 00:00:00 2001 From: Sahil Saini Date: Thu, 16 Mar 2023 13:11:51 +0530 Subject: [PATCH] [UPDATE] typo --- Tests/YStepperTests/Views/StepperTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/YStepperTests/Views/StepperTests.swift b/Tests/YStepperTests/Views/StepperTests.swift index a47c5db..171fb44 100644 --- a/Tests/YStepperTests/Views/StepperTests.swift +++ b/Tests/YStepperTests/Views/StepperTests.swift @@ -145,14 +145,14 @@ final class StepperTests: XCTestCase { XCTAssertEqual(sut.value, sut.minimumValue) } - func testBackgroundNotNill() { + func testBackgroundNotNil() { let sut = makeSUT() let button = sut.getDecrementButton() XCTAssertNotNil(button) } - func testShapesNotNill() { + func testShapesNotNil() { var expectedAppearance = StepperControl.Appearance(shape: .rectangle) var sut = makeSUT(appearance: expectedAppearance) let rectShape = sut.getShape()