Skip to content

Commit faefc48

Browse files
CrypticEnigma00csharpfritz
authored andcommitted
Updated the skeet command to use jonskeet in the chatbot tests f… (#313)
1 parent 9170481 commit faefc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Chatbot/WhenChatMessageSent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void ShouldReturnHelpSkeetMessage()
132132
var sut = new FritzBot(_config.Object, _serviceProvider.Object, _loggerFactory.Object);
133133
Task.WaitAll(sut.StartAsync(new CancellationToken()));
134134

135-
var command = "skeet";
135+
var command = "jonskeet";
136136
var args = new ChatMessageEventArgs
137137
{
138138
Message = $"!help {command}",

0 commit comments

Comments
 (0)