Skip to content

Commit

Permalink
typo: wrong class names for ColorYUVTests/TheEqualsMethod (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gounlaf authored Jan 6, 2024
1 parent bad1e07 commit a272163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

namespace Magick.NET.Tests;

public partial class ColorHSVTests
public partial class ColorYUVTests
{
public class ColorYUVTests
public class TheEqualsMethod
{
[Fact]
public void ShouldReturnFalseWhenOtherIsNull()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class TheFromMagickColorMethod
[Fact]
public void ShouldReturnNullWhenValueIsNull()
{
var result = ColorHSV.FromMagickColor(null);
var result = ColorYUV.FromMagickColor(null);

Assert.Null(result);
}
Expand Down

0 comments on commit a272163

Please sign in to comment.