Skip to content

Commit

Permalink
fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Jun 29, 2023
1 parent 27dac28 commit f19b234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UniTAS/Patcher/Implementations/GUI/Windows/ToolBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace UniTAS.Patcher.Implementations.GUI.Windows;

[Singleton(RegisterPriority.ToolBar)]
[ForceInstantiate]
[ExcludeRegisterIfTesting]
public class ToolBar : IOnGUIUnconditional
{
private readonly IWindowFactory _windowFactory;
Expand Down

0 comments on commit f19b234

Please sign in to comment.