Sfoglia il codice sorgente

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

Natascha Fadeeva 6 anni fa
parent
commit
4ecdc8545f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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() {