fac30sb / discord-chatbot-emma-egbie

0 stars 0 forks source link

Name mistake in the test.js #52

Closed blackNoir2 closed 7 months ago

blackNoir2 commented 7 months ago

At line 246, the method had an incorrect name. This must have occurred when I used Control-R on Windows to replace a method name. It seems this action changed the name of the helper function from "_testBotResponseEventMessageHelperFunction" to "_testSuccessfulGreetingMsgAfterLogin" because it matched some of the characters. That has now been fixed.