Skip to content

Commit

Permalink
test(plugin-meetings): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
evujici committed May 23, 2024
1 parent 1801f4f commit ba8c016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ describe('plugin-meetings', () => {
}
]);
});
it.only('should emit active speaker status', async () => {
it('should emit active speaker status', async () => {
it('should mark active speaker as true', async () => {
fakeStats.video.receivers[0].report[0].isActiveSpeaker = true;
await startStatsAnalyzer();
Expand Down

0 comments on commit ba8c016

Please sign in to comment.