Skip to content

Commit 97f7978

Browse files
committed
Test case for embedded object
1 parent 7edc775 commit 97f7978

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Contentstack.Core.Tests/QueryTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,11 +1177,10 @@ public async Task Limit()
11771177
}
11781178
}
11791179

1180-
11811180
[Fact]
11821181
public async Task IncludeEmbeddedItems()
11831182
{
1184-
ContentType contenttype = client.ContentType("rte_embed");
1183+
ContentType contenttype = client.ContentType(source);
11851184
Query query = contenttype.Query();
11861185
query.includeEmbeddedItems();
11871186
var result = await query.Find<SourceModelIncludeRef>();

0 commit comments

Comments
 (0)