Skip to content

[nostory] fix borked channel creation specs

aguestuser requested to merge ns-fix-broken-test-for-welcomes into master
  • cause: #create was not returning promise but just firing off side-effects
  • fix: remove curly braces (thus yielding implicit return)

side-effect:

  • trim welcome delay from 4 sec to 3 sec

Merge request reports