Skip to content

Commit

Permalink
feat(APIM-468): renaming section in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Jul 27, 2023
1 parent 9a2a452 commit 1b5cfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers/get-int-config.helper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { InvalidConfigException } from '@ukef/config/invalid-config.exception';

import { getIntConfig } from './get-int-config';

describe('Get integer configuration value Helper', () => {
describe('GetIntConfig helper', () => {
describe('getIntConfig returns value', () => {
it.each([
{ value: undefined, defaultValue: 60, expectedResult: 60 },
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/regex.helper.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { regexToString } from './regex.helper';

describe('Regex Helper', () => {
describe('Regex helper', () => {
describe('regexToString', () => {
it('replaces the leading and trailing forward slashes with an empty string', () => {
const regex = /test/;
Expand Down

0 comments on commit 1b5cfe3

Please sign in to comment.