Skip to content

Commit

Permalink
[UPDATE] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilSainiYML committed Mar 16, 2023
1 parent a1d1fac commit db4593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/YStepperTests/Views/StepperTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit db4593c

Please sign in to comment.