Skip to content

Commit

Permalink
Update webapp/src/utils/translationObjectUtil.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: WULCAN <[email protected]>
  • Loading branch information
amerharb and WULCAN authored Aug 22, 2024
1 parent 730c22f commit 6062c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/utils/translationObjectUtil.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe, expect, it } from '@jest/globals';

import { getTranslationsIdText } from './translationObjectUtil';

describe('translationObjectUtil()', () => {
describe('translationObjectUtil', () => {
describe('getTranslationsIdText()', () => {
it('returns empty object for empty obj', () => {
const actual = getTranslationsIdText({});
Expand Down

0 comments on commit 6062c11

Please sign in to comment.