Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ public void SerializeAttributeParameter()
}

//Cover unexpected behavior : 1307562
[UnityTest]
public IEnumerable Verify_Orphan_Dependencies_Are_Correctly_Cleared()
[Test]
public void Verify_Orphan_Dependencies_Are_Correctly_Cleared()
{
string path = null;
{
Expand Down Expand Up @@ -943,7 +943,6 @@ public IEnumerable Verify_Orphan_Dependencies_Are_Correctly_Cleared()

Assert.AreEqual(1, recordedSize.GroupBy(o => o).Count());
Assert.AreNotEqual(0u, recordedSize[0]);
yield return null;
}

//Cover regression test : 1315191
Expand Down