Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed May 3, 2021
1 parent 3400bb7 commit bfe83e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using UnityEngine;

namespace VContainer.Unity
{
Expand Down
1 change: 1 addition & 0 deletions VContainer/Assets/VContainer/Tests/Unity/EntryPointTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public IEnumerator Create()
Assert.That(entryPoint.StartCalled, Is.EqualTo(1));
Assert.That(entryPoint.PostStartCalled, Is.EqualTo(1));

yield return new WaitForFixedUpdate();
yield return new WaitForFixedUpdate();

Assert.That(entryPoint.FixedTickCalls, Is.GreaterThan(0));
Expand Down

0 comments on commit bfe83e8

Please sign in to comment.