Procházet zdrojové kódy

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

Natascha Fadeeva před 6 roky
rodič
revize
4ecdc8545f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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() {