We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a17a8 commit 7ac2cbaCopy full SHA for 7ac2cba
1 file changed
Contentstack.Core.Tests/ContentTypeTest.cs
@@ -190,7 +190,6 @@ public void GlobalFieldQuery_IncludeGlobalFieldSchema_SetsQueryParam()
190
var query = client.GlobalFieldQuery();
191
var result = query.IncludeGlobalFieldSchema();
192
Assert.NotNull(result);
193
- Assert.Equal(query, result);
194
}
195
196
[Fact]
0 commit comments