Add test assert to unit test testCanSetLabel. (#625)

This commit is contained in:
Natascha Fadeeva 2019-11-27 11:28:29 +01:00 committed by Robert Payne
parent 1baa163651
commit 4ecdc8545f
1 changed files with 2 additions and 0 deletions

View File

@ -736,6 +736,8 @@ class SnapKitTests: XCTestCase {
func testCanSetLabel() { func testCanSetLabel() {
self.container.snp.setLabel("Hello World") self.container.snp.setLabel("Hello World")
XCTAssertEqual(self.container.snp.label(), "Hello World")
} }
func testPriorityShortcuts() { func testPriorityShortcuts() {