Skip to content

Commit b3c0a9f

Browse files
committed
Data fixes
1 parent 972f67c commit b3c0a9f

4 files changed

Lines changed: 10507 additions & 9 deletions

File tree

ExampleDataApis.Tests/UnitTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,11 @@ public void Extract_Xkcd_Image_Dimensions()
6767
Width = width,
6868
Height = height
6969
});
70-
// Dispose the image to release resources
71-
pngImage.Dispose();
7270
}
7371
catch (Exception e)
7472
{
73+
Console.WriteLine($"Failed: comic.Id = {comic.Id}");
7574
Console.WriteLine(e);
76-
}
77-
finally
78-
{
7975
results.Add(new XkcdComicDimensions
8076
{
8177
Id = comic.Id,

0 commit comments

Comments
 (0)