Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Nullinside.Api.TwitchBot.Tests/ChatRules/NezhnaTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public class NezhnaTests : AChatRuleUnitTestBase<Nezhna> {
[TestCase("Visit nezhna .com and watch your channel grow today! @gG6SC5d3")]
[TestCase("Visit nezhna dot com to boost your viewers and climb the Twitch rankings. Join thousands of successful streamers now! @0tlVpgrw")]
[TestCase("Visit nezhna dot com com to boost your viewers and climb the Twitch rankings. Join thousands of successful streamers now! @7xgkq3EK")]
[TestCase("Join thousands of successful streamers and grow your audience with NEZHNA .COM @mgW41Ewa")]
[TestCase("Whether you're a beginner or an experienced streamer, NEZHNA .COM has the tools you need to succeed. @0ioRagd8")]
public async Task TestKnownStrings(string badString) {
var rule = new Nezhna();
var botProxy = new Mock<ITwitchApiProxy>();
Expand Down