Browse Source

Formatting.

gh-pages
mike12345567 5 years ago
parent
commit
1f8f04d84c
  1. 4
      packages/server/src/tests/utilities/TestConfiguration.js

4
packages/server/src/tests/utilities/TestConfiguration.js

@ -308,9 +308,7 @@ class TestConfiguration {
async createUser() {
const globalId = `us_${Math.random()}`
const resp = await this.globalUser(
globalId,
)
const resp = await this.globalUser(globalId)
return {
...resp,
globalId,

Loading…
Cancel
Save