Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
CeEv committed Jan 31, 2025
1 parent 5ec4cc6 commit 9587ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/user/services/userService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { equal: equalIds } = require('../../../../src/helper/compare').ObjectId;

const testGenericErrorMessage = 'Der angefragte Nutzer ist unbekannt!';

describe.only('user service', () => {
describe('user service', () => {
let userService;
let classesService;
let coursesService;
Expand Down

0 comments on commit 9587ec9

Please sign in to comment.