Skip to content

Commit

Permalink
fix(plguin-meetings): removed-async-from-tests (#3501)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyas Sharma <[email protected]>
  • Loading branch information
Shreyas281299 and ShreyasSharma28 authored Apr 1, 2024
1 parent 8f2521f commit 90da821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ skipInNode(describe)('plugin-meetings', () => {
assert.equal(bob.meeting.shareStatus, 'whiteboard_share_active');
}));

it('alice adds chris as guest to 1:1 meeting', async() =>
it('alice adds chris as guest to 1:1 meeting', () =>
Promise.all([
testUtils.delayedPromise(alice.meeting.invite({emailAddress: chris.emailAddress})),
testUtils.waitForEvents([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ skipInNode(describe)('plugin-meetings', () => {
describe('space-meeting', () => {
let space = null;

before(async () =>
before(() =>
webexTestUsers
.generateTestUsers({
count: 4,
Expand Down

0 comments on commit 90da821

Please sign in to comment.