Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Apr 9, 2024
1 parent bf2ee1a commit f98569d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NUnitTestAdapterTests/NUnitEventListenerOutputTests.cs
Expand Up @@ -49,6 +49,7 @@ public void Setup()
recorder = Substitute.For<IFrameworkHandle>();
converter = Substitute.For<ITestConverterCommon>();
settings = Substitute.For<IAdapterSettings>();
settings.ConsoleOut.Returns(1);
executor = Substitute.For<INUnit3TestExecutor>();
executor.Settings.Returns(settings);
executor.FrameworkHandle.Returns(recorder);
Expand Down

0 comments on commit f98569d

Please sign in to comment.