diff --git a/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXSerializationTests.cs b/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXSerializationTests.cs index fb9f6143c78..1a7b4b7e6cc 100644 --- a/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXSerializationTests.cs +++ b/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXSerializationTests.cs @@ -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; { @@ -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