Fix: pass username in ctx; more test words

This commit is contained in:
Grail Finder
2025-05-07 06:56:17 +03:00
parent 7bd8e8af06
commit 86ef35160c
4 changed files with 45 additions and 25 deletions

View File

@ -59,6 +59,21 @@ func MakeTestState() *UserState {
{Word: "rat", Color: "white"},
{Word: "perplexity", Color: "blue"},
{Word: "notion", Color: "red"},
{Word: "guitar", Color: "blue"},
{Word: "ocean", Color: "blue"},
{Word: "moon", Color: "blue"},
{Word: "coffee", Color: "blue"},
{Word: "mountain", Color: "blue"},
{Word: "book", Color: "blue"},
{Word: "camera", Color: "blue"},
{Word: "apple", Color: "red"},
{Word: "fire", Color: "red"},
{Word: "rose", Color: "red"},
{Word: "sun", Color: "red"},
{Word: "cherry", Color: "red"},
{Word: "heart", Color: "red"},
{Word: "tomato", Color: "red"},
{Word: "cloud", Color: "white"},
}
room := Room{
ID: "test-id",