Fix tests

This commit is contained in:
Tyrrrz 2023-06-08 16:53:03 +03:00
parent 18d9c189b7
commit d02649773e
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ public class CsvContentSpecs
// Assert
document.Should().ContainAll(
"Tyrrrz#5447",
"tyrrrz",
"Hello world",
"Goodbye world",
"Foo bar",

View file

@ -64,7 +64,7 @@ public class FilterSpecs
.EnumerateArray()
.Select(j => j.GetProperty("author").GetProperty("name").GetString())
.Should()
.AllBe("Tyrrrz");
.AllBe("tyrrrz");
}
[Fact]

View file

@ -20,7 +20,7 @@ public class HtmlMentionSpecs
// Assert
message.Text().Should().Contain("User mention: @Tyrrrz");
message.InnerHtml.Should().Contain("Tyrrrz#5447");
message.InnerHtml.Should().Contain("tyrrrz");
}
[Fact]

View file

@ -15,7 +15,7 @@ public class PlainTextContentSpecs
// Assert
document.Should().ContainAll(
"Tyrrrz#5447",
"tyrrrz",
"Hello world",
"Goodbye world",
"Foo bar",