Skip to content

Commit

Permalink
Fix naming
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 8c736bc commit 0b00701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/case-studies/aveva.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {EAvevaModel} from './aveva-model';

jest.setTimeout(30000);

describe('emem:configure test', () => {
describe('aveva:configure test', () => {
test('initialize with params', async () => {
const impactModel = new EAvevaModel();
await impactModel.configure('test', {});
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sci-e/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {SciEModel} from './index';

jest.setTimeout(30000);

describe('teads:configure test', () => {
describe('sci-e:configure test', () => {
test('initialize with params', async () => {
const impactModel = new SciEModel();
await impactModel.configure('test', {});
Expand Down

0 comments on commit 0b00701

Please sign in to comment.