diff --git a/ComicConverter/ComicConverter.csproj b/ComicConverter/ComicConverter.csproj index 8a61576..d7ae072 100644 --- a/ComicConverter/ComicConverter.csproj +++ b/ComicConverter/ComicConverter.csproj @@ -12,7 +12,7 @@ https://github.com/caraplana1/ComicConverter - - + + \ No newline at end of file diff --git a/Tests/ComicCreators/CbtFiles.cs b/Tests/ComicCreators/CbtFiles.cs index ec9f52b..789b8e4 100644 --- a/Tests/ComicCreators/CbtFiles.cs +++ b/Tests/ComicCreators/CbtFiles.cs @@ -23,7 +23,7 @@ public void CreateCbt() [Fact] public void ImagesNotFound() { - string[] fakeFiles = { "fakefile1.jpg", "fakefile2.jpg", "fakefile3.jpg" }; + string[] fakeFiles = ["fakefile1.jpg", "fakefile2.jpg", "fakefile3.jpg"]; Assert.Throws(() => ComicBuilder.CreateCBT(fakeFiles, cbtPath)); }