diff --git a/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs b/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs index cbde00e36c..667e2b4cbb 100644 --- a/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs +++ b/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs @@ -17,7 +17,7 @@ namespace Perspex.SceneGraph.UnitTests Math.Round(a.Rect.Height, 3) == Math.Round(b.Rect.Height, 3); } - public int GetHashCode(Rect obj) + public int GetHashCode(RelativeRect obj) { throw new NotImplementedException(); }