Skip to content

Commit 92b8d4a

Browse files
committed
fix: correct property name for globalField description in testFetchGlobalField
1 parent e1677a0 commit 92b8d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContentstackTest/GlobalFieldTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ - (void)testFetchGlobalField {
5959
// Verify globalField properties
6060
XCTAssertNotNil(self.globalField.title, @"Title should not be nil");
6161
XCTAssertNotNil(self.globalField.uid, @"UID should not be nil");
62-
XCTAssertNotNil(self.globalField.description, @"Description should not be nil");
62+
XCTAssertNotNil(self.globalField.Description, @"Description should not be nil");
6363

6464
// Verify data types
6565
XCTAssertTrue([self.globalField.title isKindOfClass:[NSString class]], @"Title should be NSString");

0 commit comments

Comments
 (0)