All tests were changed due to Nunit lib changing

This commit is contained in:
Evgeny Redikultsev
2024-12-18 22:16:50 +05:00
parent 0538c6b53c
commit a14433f3cb
43 changed files with 206 additions and 174 deletions

View File

@@ -25,7 +25,7 @@ namespace StructureHelperTests.UnitTests.Calcuators
calculator.Run();
var result = calculator.Result;
//Assert
Assert.IsNotNull(result);
Assert.That(result, Is.Not.Null);
}
}
}