Skip to content

Commit

Permalink
fixed (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szer authored Jul 22, 2024
1 parent b523be7 commit c916380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VahterBanBot.Tests/MLBanTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type MLBanTests(fixture: VahterTestContainers, _unused: MlAwaitFixture) =
let ``Only vahter can press THE BUTTON(s)`` () = task {
// record a message, where 2 is in a training set as spam word
// ChatsToMonitor[0] doesn't have stopwords
let msgUpdate = Tg.quickMsg(chat = fixture.ChatsToMonitor[0], text = "2")
let msgUpdate = Tg.quickMsg(chat = fixture.ChatsToMonitor[0], text = "6")
let! _ = fixture.SendMessage msgUpdate

// assert that the message got auto banned
Expand Down

0 comments on commit c916380

Please sign in to comment.