Skip to content

Commit

Permalink
Update BlendManagerTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed Nov 21, 2024
1 parent e4246bc commit 648fca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.unity.cinemachine/Tests/Editor/BlendManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void TestEventsNestedBlend()
Assert.AreEqual(0, m_BlendFinishedCount);
Assert.That(m_BlendManager.IsBlending, Is.True);

// After first blend is finished, check the counters
// After first blend time has elapsed, check the counters
ProcessFrame(m_Cam3, 0.5f);
Assert.AreEqual(3, m_ActivatedEventCount);
Assert.AreEqual(1, m_DeactivatedEventCount);
Expand Down

0 comments on commit 648fca2

Please sign in to comment.