Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachshabtay committed Jun 3, 2018
1 parent 146e126 commit 3b2e691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Tests/Engine/Serialization/SaveLoadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public void Init()
updater.RegisterInstance(new Mock<IRenderMessagePump>().Object);
updater.RegisterInstance(new Mock<IUpdateMessagePump>().Object);
updater.RegisterInstance(new Mock<IRuntimeSettings>().Object);
updater.RegisterInstance(new Mock<IWindowInfo>().Object);
updater.RegisterInstance(new Mock<IGameWindow>().Object);
Mock<IRenderThread> renderThread = new Mock<IRenderThread>();
Mock<IUpdateThread> updateThread = new Mock<IUpdateThread>();
renderThread.Setup(u => u.RunBlocking(It.IsAny<Action>())).Callback<Action>(a => a());
Expand Down

0 comments on commit 3b2e691

Please sign in to comment.