Browse Source

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

Natascha Fadeeva 6 năm trước cách đây
mục cha
commit
4ecdc8545f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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() {