Skip to content

Stop passing a peerId when creating a Repo #129

Stop passing a peerId when creating a Repo

Stop passing a peerId when creating a Repo #129

Triggered via pull request July 16, 2024 20:20
Status Failure
Total duration 1m 29s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
packages/auth-syncserver/src/test/SyncServer.test.ts > Alice can create a team: packages/auth-syncserver/src/test/SyncServer.test.ts#L37
AssertionError: expected 'user-22359' to deeply equal 'localhost' - Expected + Received - localhost + user-22359 ❯ packages/auth-syncserver/src/test/SyncServer.test.ts:37:18
packages/auth-syncserver/src/test/SyncServer.test.ts > Alice can create a team and manually register it with the server : packages/auth-syncserver/src/test/SyncServer.test.ts#L71
AssertionError: expected 'user-77520' to deeply equal 'localhost' - Expected + Received - localhost + user-77520 ❯ packages/auth-syncserver/src/test/SyncServer.test.ts:71:18
packages/auth-syncserver/src/test/SyncServer.test.ts > Eve can't replace the team on the sync server: packages/auth-syncserver/src/test/SyncServer.test.ts#L135
AssertionError: expected 'user-15833' to deeply equal 'localhost' - Expected + Received - localhost + user-15833 ❯ packages/auth-syncserver/src/test/SyncServer.test.ts:135:18
Run tests
Process completed with exit code 1.
Run tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/