Переглянути джерело

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

Natascha Fadeeva 6 роки тому
батько
коміт
4ecdc8545f
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      Tests/SnapKitTests/Tests.swift

+ 2 - 0
Tests/SnapKitTests/Tests.swift

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