Commit afc1937
committed
fix: rename misleading command test names
Renamed to accurately reflect what they verify:
- Forwards_Commands_In_Session_Create -> Session_With_Commands_Creates_Successfully
- Forwards_Commands_In_Session_Resume -> Session_With_Commands_Resumes_Successfully
Actual forwarding verification is in the multi-client test
Client_Receives_Commands_Changed_When_Another_Client_Joins_With_Commands
which proves the server received the commands by checking the
commands.changed event on another client.1 parent d5fd57d commit afc1937
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments