Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed Aug 13, 2021
1 parent 20e4afd commit 7403eb2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const IndexesServiceMock = require('@aws-ee/base-raas-services/lib/indexes/index

const plugin = require('../aws-account-mgmt-plugin');

// Tested Functions: getActiveNonAppStreamEnvs
// CHECKed Functions: getActiveNonAppStreamEnvs
describe('awsAccountMgmtPlugin', () => {
let container;
let settings;
Expand Down Expand Up @@ -63,7 +63,7 @@ describe('awsAccountMgmtPlugin', () => {
// OPERATE
const retVal = await plugin.getActiveNonAppStreamEnvs({ awsAccountId }, { requestContext, container });

// TEST
// CHECK
expect(retVal).toEqual(expected);
});

Expand Down Expand Up @@ -96,7 +96,7 @@ describe('awsAccountMgmtPlugin', () => {
// OPERATE
const retVal = await plugin.getActiveNonAppStreamEnvs({ awsAccountId }, { requestContext, container });

// TEST
// CHECK
expect(retVal).toEqual(expected);
});

Expand Down Expand Up @@ -128,7 +128,7 @@ describe('awsAccountMgmtPlugin', () => {
// OPERATE
const retVal = await plugin.getActiveNonAppStreamEnvs({ awsAccountId }, { requestContext, container });

// TEST
// CHECK
expect(retVal).toEqual(expected);
});

Expand Down Expand Up @@ -158,7 +158,7 @@ describe('awsAccountMgmtPlugin', () => {
// OPERATE
const retVal = await plugin.getActiveNonAppStreamEnvs({ awsAccountId }, { requestContext, container });

// TEST
// CHECK
expect(retVal).toEqual(expected);
});
});
Expand Down

0 comments on commit 7403eb2

Please sign in to comment.