We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1677a0 commit 92b8d4aCopy full SHA for 92b8d4a
ContentstackTest/GlobalFieldTest.m
@@ -59,7 +59,7 @@ - (void)testFetchGlobalField {
59
// Verify globalField properties
60
XCTAssertNotNil(self.globalField.title, @"Title should not be nil");
61
XCTAssertNotNil(self.globalField.uid, @"UID should not be nil");
62
- XCTAssertNotNil(self.globalField.description, @"Description should not be nil");
+ XCTAssertNotNil(self.globalField.Description, @"Description should not be nil");
63
64
// Verify data types
65
XCTAssertTrue([self.globalField.title isKindOfClass:[NSString class]], @"Title should be NSString");
0 commit comments