Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 1, 2020
1 parent 1cb143d commit 4f914d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Svg.Skia.Avalonia.UnitTests/SvgImageTests.cs
Expand Up @@ -22,8 +22,8 @@ public void SvgImage_Load()
var picture = svgSkia.Load(svgFile);
Assert.NotNull(picture);

var image = new SvgImage() { Source = svgSkia };
Assert.NotNull(image);
var svgImage = new SvgImage() { Source = svgSkia };
Assert.NotNull(svgImage);
}
}
}

0 comments on commit 4f914d4

Please sign in to comment.