-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary space.enter() from some tests
These calls presumably exist because the method that they are testing requires that the client has entered the space. But calling `space.enter()` in the context of these tests does nothing useful — the underlying Realtime object is a mock, and the `presenceMap` objects in the tests’ contexts have already been configured such that a member is present for the space’s connection ID.
- Loading branch information
1 parent
c66bd09
commit ce44eb9
Showing
2 changed files
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters