Skip to content

Commit

Permalink
ComicConverter Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
caraplana1 committed May 22, 2024
1 parent e6f1811 commit 96798bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ComicConverter/ComicConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/caraplana1/ComicConverter</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PdfSharpCore" Version="1.3.10"/>
<PackageReference Include="SharpCompress" Version="0.30.1"/>
<PackageReference Include="PdfSharpCore" Version="1.3.63" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Tests/ComicCreators/CbtFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<IOException>(() => ComicBuilder.CreateCBT(fakeFiles, cbtPath));
}
Expand Down

0 comments on commit 96798bf

Please sign in to comment.