Skip to content

Commit

Permalink
feat(plugin-meetings): fix .only test (#3294)
Browse files Browse the repository at this point in the history
Co-authored-by: ndelmar <[email protected]>
  • Loading branch information
nataliadelmar and ndelmar authored Jan 5, 2024
1 parent 5dbf64d commit 0e1bc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ describe('plugin-meetings', () => {
});
});

describe.only('#assignRoles', () => {
describe('#assignRoles', () => {
const fakeRoles = [
{type: 'PRESENTER', hasRole: true},
{type: 'MODERATOR', hasRole: false},
Expand Down

0 comments on commit 0e1bc58

Please sign in to comment.