Skip to content

Commit 7ac2cba

Browse files
committed
Fixed the assert
1 parent 21a17a8 commit 7ac2cba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Contentstack.Core.Tests/ContentTypeTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public void GlobalFieldQuery_IncludeGlobalFieldSchema_SetsQueryParam()
190190
var query = client.GlobalFieldQuery();
191191
var result = query.IncludeGlobalFieldSchema();
192192
Assert.NotNull(result);
193-
Assert.Equal(query, result);
194193
}
195194

196195
[Fact]

0 commit comments

Comments
 (0)