Skip to content

Commit

Permalink
Fixed relay V2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Sep 9, 2020
1 parent 2165b99 commit f133378
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"braincloud": "file:../deploy/node",
"get-user-locale": "^1.3.0",
"get-user-locale": "^1.4.0",
"isomorphic-ws": "^4.0.1",
"najax": "^1.0.4",
"node-localstorage": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5906,7 +5906,7 @@ async function testRelay() {
{
console.log(result);
equal(result.operation, "CONNECT", "Expecting \"CONNECT\"");
bc.lobby.findOrCreateLobby("READY_START", 0, 1, {strategy:"ranged-absolute",alignment:"center",ranges:[1000]}, {}, null, {}, true, {}, "all", result =>
bc.lobby.findOrCreateLobby("READY_START_V2", 0, 1, {strategy:"ranged-absolute",alignment:"center",ranges:[1000]}, {}, null, {}, true, {}, "all", result =>
{
equal(result.status, 200, "Expecting 200");
});
Expand Down

0 comments on commit f133378

Please sign in to comment.