а
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using ClassLibrary1;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -37,9 +36,6 @@ internal class ArticleTests
|
||||
article = CreateArticle(Guid.NewGuid().ToString(), string.Empty, Guid.NewGuid().ToString(), DateTime.UtcNow.AddDays(-1));
|
||||
Assert.That(() => article.Validate(), Throws.TypeOf<ValidationException>());
|
||||
}
|
||||
|
||||
|
||||
|
||||
[Test]
|
||||
public void TemaIsNullOrEmptyTest()
|
||||
{
|
||||
@@ -50,10 +46,6 @@ internal class ArticleTests
|
||||
Assert.That(() => article.Validate(), Throws.TypeOf<ValidationException>());
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[Test]
|
||||
public void AllFieldsAreCorrectTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user