gotd: update to layer 224

This commit is contained in:
Tulir Asokan
2026-04-01 21:08:49 +03:00
parent 7630340ffc
commit 770b3b8d8c
77 changed files with 10606 additions and 703 deletions
@@ -50,7 +50,7 @@ func TestConn_handleSessionCreated(t *testing.T) {
msgs := logs.All()
a.Len(msgs, 1)
a.Equal("Local clock needs synchronization", msgs[0].Message)
a.Equal("Updated server time offset (high)", msgs[0].Message)
})
t.Run("Invalid", func(t *testing.T) {
conn := Conn{}