Răsfoiți Sursa

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

Natascha Fadeeva 6 ani în urmă
părinte
comite
4ecdc8545f
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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() {