Skip to content

Commit

Permalink
naming fix
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Sep 13, 2023
1 parent 42fc104 commit 5d447fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/case-studies/sci-accenture.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {SciAccentureModel} from './sci-accenture-model';

jest.setTimeout(30000);

describe('eshoppen:configure test', () => {
describe('accenture:configure test', () => {
test('initialize and test', async () => {
const model = await new SciAccentureModel().configure('sci-accenture', {});
expect(model).toBeInstanceOf(SciAccentureModel);
Expand Down

0 comments on commit 5d447fc

Please sign in to comment.