Skip to content

Commit cce0a5c

Browse files
committed
fix: github workflow failing fixed
1 parent f1840db commit cce0a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contentstack.Core.Tests/EntryTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ await sourceEntry
123123
{
124124
Assert.True(result.Uid == sourceEntry.Uid);
125125
Assert.NotNull(result._variant);
126-
Assert.NotNull(result._variant.uid);
126+
Assert.NotNull(result._variant["uid"]);
127127
}
128128
});
129129
}

0 commit comments

Comments
 (0)