Refactoring.

This commit is contained in:
2020-02-23 16:17:10 -05:00
parent 45e62f8058
commit ca55ca7208
3 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ using NUnit.Framework;
using RecrownedGTK.Types;
namespace RecrownedGTK.Tests.Types {
[TestFixture]
public class RectangleTests {
public class RectangleTest {
Rectangle rectangle;
[SetUp]
public void Setup() {