Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joecampo committed Mar 14, 2023
1 parent 3e91387 commit 259728a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/JoinChatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

sleep(.1);

expect($this->server->packet->toHex())->toBe('5ac20800197f7fa0635100200001000107040000000403010276620002000d');
expect($this->server->packet->toHex())->toBe('5a2a2a00197f7fa0635100200001000107040000000403010276620002000d');
});
2 changes: 1 addition & 1 deletion tests/Feature/SendChatMessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

sleep(.1);

expect($this->server->packet->toHex())->toBe('5a8136003a7f7fa04161012a0001000107040000001b010a040000010203011c686579206162632077686174206973207570206d7920667269656e640002000d');
expect($this->server->packet->toHex())->toBe('5a2a2a003a7f7fa04161012a0001000107040000001b010a040000010203011c686579206162632077686174206973207570206d7920667269656e640002000d');
});

0 comments on commit 259728a

Please sign in to comment.