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 6adfccf commit 59f9adcCopy full SHA for 59f9adc
Contentstack.Core.Tests/EntryTest.cs
@@ -99,7 +99,7 @@ await sourceEntry
99
{
100
Assert.True(result.Uid == sourceEntry.Uid);
101
Assert.NotNull(result._variant);
102
- Assert.NotNull(result._variant["uid"]);
+ Assert.NotNull(result._variant["_uid"]);
103
}
104
});
105
@@ -123,7 +123,7 @@ await sourceEntry
123
124
125
126
127
128
129
0 commit comments