chore: lots of chores
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace StreamShorts.Console.Tests.Unit.Hosting;
|
||||
|
||||
public class TypeRegistrarTests
|
||||
internal class TypeRegistrarTests
|
||||
{
|
||||
[Fact]
|
||||
public void Constructor_WhenCalled_ItShouldNotThrowShould()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace StreamShorts.Console.Tests.Unit.Hosting;
|
||||
|
||||
public class TypeResolverTests
|
||||
internal class TypeResolverTests
|
||||
{
|
||||
[Fact]
|
||||
public void Constructor_WhenCalledWithNullHost_ItShouldThrowArgumentNullException()
|
||||
|
||||
@@ -5,4 +5,4 @@ global using Microsoft.Extensions.Hosting;
|
||||
|
||||
global using Moq;
|
||||
|
||||
global using StreamShorts.Console.Hosting;
|
||||
global using StreamShorts.Console.Hosting;
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace StreamShorts.Library.Tests.Integration.Media.Audio;
|
||||
|
||||
public class AudioExtractorTests
|
||||
internal class AudioExtractorTests
|
||||
{
|
||||
private readonly AudioExtractor _sut = new();
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ using StreamShorts.Library.Media;
|
||||
|
||||
namespace StreamShorts.Library.Tests.Unit.Media.Audio;
|
||||
|
||||
public class AudioExtractorTests
|
||||
internal class AudioExtractorTests
|
||||
{
|
||||
private readonly Mock<IVideoService> _mockFfmpegService = new();
|
||||
private readonly AudioExtractor _sut;
|
||||
|
||||
Reference in New Issue
Block a user