shazow / ssh-chat

Chat over SSH.

Home Page:https://shazow.net/posts/ssh-how-does-it-even/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat: Failing test: TestIgnore

shazow opened this issue · comments

$ go test -v -run=TestIgnore ./chat
=== RUN   TestIgnore
    TestIgnore: room_test.go:149: should have messages
--- FAIL: TestIgnore (0.00s)
FAIL
FAIL	github.com/shazow/ssh-chat/chat	0.003s
FAIL

Not sure if it's a flake or something broke. Git bisect is annoying with go mod. Might need to rewrite the test or something. Bonus points for getting rid of the sleep.