Explorar el Código

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

Natascha Fadeeva hace 6 años
padre
commit
4ecdc8545f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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() {