Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix log message formatting #30

Merged
merged 1 commit into from
Jul 21, 2024

Fix log message formatting

49c4da5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix log message formatting #30

Fix log message formatting
49c4da5
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Jul 21, 2024 in 0s

14 passed, 0 failed and 0 skipped

Tests passed successfully

✅ src/VahterBanBot.Tests/TestResults/test-results.trx

14 tests were completed in 77s with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BaseTests+BaseTests 3✅ 143ms
PingTests+PingTests 2✅ 409ms
VahterBanBot.Tests.BanTests+BanTests 4✅ 446ms
VahterBanBot.Tests.MessageTests+MessageTests 1✅ 348ms
VahterBanBot.Tests.MLBanTests+MLBanTests 4✅ 25ms

✅ BaseTests+BaseTests

✅ Not possible to interact with the bot without authorization
✅ Random path returns OK
✅ Should be possible to interact with the bot

✅ PingTests+PingTests

✅ Message got recorded
✅ Message not recorded if chat is not on the list

✅ VahterBanBot.Tests.BanTests+BanTests

✅ NON Vahter can't ban on reply
✅ Vahter can ban on reply
✅ Vahter can't ban another vahter
✅ Vahter can't ban on reply in non-allowed chat

✅ VahterBanBot.Tests.MessageTests+MessageTests

✅ All data from the message being saved

✅ VahterBanBot.Tests.MLBanTests+MLBanTests

✅ Message IS autobanned if it is a known false-negative spam
✅ Message IS autobanned if it looks like a spam
✅ Message is NOT autobanned if it has a stopword in specific chat
✅ Message is NOT autobanned if it is a known false-positive spam