Skip to content

Commit

Permalink
Add test assert to unit test testCanSetLabel. (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanaschita authored and robertjpayne committed Nov 27, 2019
1 parent 1baa163 commit 4ecdc85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SnapKitTests/Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,8 @@ class SnapKitTests: XCTestCase {

func testCanSetLabel() {
self.container.snp.setLabel("Hello World")

XCTAssertEqual(self.container.snp.label(), "Hello World")
}

func testPriorityShortcuts() {
Expand Down

0 comments on commit 4ecdc85

Please sign in to comment.